#58AEC3

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

Shades of Viking #58AEC3

Tints of Viking #58AEC3

Color information

#58AEC3 (or 0x58AEC3) is unknown color: approx Viking. HEX triplet: 58, AE and C3. RGB value is (88,174,195). Sum of RGB (Red+Green+Blue) = 88+174+195=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #58AEC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AEC3 is #A7513C. Grayscale: #969696. Windows color (decimal): -10965309 or 12824152. OLE color: 12824152.

HSL color Cylindrical-coordinate representation of color #58AEC3: hue angle of 191.78º degrees, saturation: 0.47, 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 #58AEC3 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB88174195-
CMYK0.550.1100.24
HSL191.78º47.14%55.49%-
HSV(B)191.78º54.87%76.47%-
XYZ29.0136.2957.1-
YUV150.68153.0183.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.26%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 195 (76.56% from 255) = 42.67%
R=19.26%
G=38.07%
B=42.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881741950.550.1100.24191.7847.1455.49
Hex58AEC337B018c02f37
Octal13025630367130303005767
Binary10110001010111011000011110111101101100011000000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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