#58668D

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

Shades of Waikawa Grey #58668D

Tints of Waikawa Grey #58668D

Color information

#58668D (or 0x58668D) is unknown color: approx Waikawa Grey. HEX triplet: 58, 66 and 8D. RGB value is (88,102,141). Sum of RGB (Red+Green+Blue) = 88+102+141=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #58668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58668D is #A79972. Grayscale: #666666. Windows color (decimal): -10983795 or 9266776. OLE color: 9266776.

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

Color convert

RGB88102141-
CMYK0.380.2800.45
HSL224.15º23.14%44.9%-
HSV(B)224.15º37.59%55.29%-
XYZ13.5813.527.09-
YUV102.26149.86117.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=26.59%
G=30.82%
B=42.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881021410.380.2800.45224.1523.1444.9
Hex58668D261C02De0172d
Octal13014621546340553402755
Binary10110001100110100011011001101110001011011110000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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