#58668C

Color #58668C Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #58668C

Tints of Waikawa Grey #58668C

Color information

#58668C (or 0x58668C) is unknown color: approx Waikawa Grey. HEX triplet: 58, 66 and 8C. RGB value is (88,102,140). Sum of RGB (Red+Green+Blue) = 88+102+140=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #58668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58668C is #A79973. Grayscale: #656565. Windows color (decimal): -10983796 or 9201240. OLE color: 9201240.

HSL color Cylindrical-coordinate representation of color #58668C: hue angle of 223.85º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58668C is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88102140-
CMYK0.370.2700.45
HSL223.85º22.81%44.71%-
HSV(B)223.85º37.14%54.9%-
XYZ13.5113.4726.7-
YUV102.15149.36117.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=26.67%
G=30.91%
B=42.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881021400.370.2700.45223.8522.8144.71
Hex58668C251B02De0172d
Octal13014621445330553402755
Binary10110001100110100011001001011101101011011110000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58668C; }

 p { color: rgb(88,102,140); }

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

<style>
 a { background-color: #58668C; }

 a { background-color: rgb(88,102,140); }

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

<style>
 span { border-color: #58668C; }

 span { border-color: rgb(88,102,140); }

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