#58AEC2

Color #58AEC2 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #58AEC2

Tints of Viking #58AEC2

Color information

#58AEC2 (or 0x58AEC2) is unknown color: approx Viking. HEX triplet: 58, AE and C2. RGB value is (88,174,194). Sum of RGB (Red+Green+Blue) = 88+174+194=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #58AEC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AEC2 is #A7513D. Grayscale: #969696. Windows color (decimal): -10965310 or 12758616. OLE color: 12758616.

HSL color Cylindrical-coordinate representation of color #58AEC2: hue angle of 191.32º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58AEC2 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB88174194-
CMYK0.550.1000.24
HSL191.32º46.49%55.29%-
HSV(B)191.32º54.64%76.08%-
XYZ28.936.2456.51-
YUV150.57152.5183.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 19.30%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 194 (76.17% from 255) = 42.54%
R=19.30%
G=38.16%
B=42.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881741940.550.1000.24191.3246.4955.29
Hex58AEC237A018bf2e37
Octal13025630267120302775667
Binary10110001010111011000010110111101001100010111111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58AEC2; }

 p { color: rgb(88,174,194); }

 H1.HeaderClassName
 {
   color: #58AEC2;
 }
 .AnyTagClassName
 {
   color: #58AEC2;
 }
</style>
background-color css

<style>
 a { background-color: #58AEC2; }

 a { background-color: rgb(88,174,194); }

 div.DivClassName
 {
   background-color: #58AEC2;
 }
 .BgClassName
 {
   background-color: #58AEC2;
 }
</style>
border-color css

<style>
 span { border-color: #58AEC2; }

 span { border-color: rgb(88,174,194); }

 td.TdClassName
 {
   border-color: #58AEC2;
 }
 .TagClassName
 {
   border-color: #58AEC2;
 }
</style>