#58668B

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

Shades of Waikawa Grey #58668B

Tints of Waikawa Grey #58668B

Color information

#58668B (or 0x58668B) is unknown color: approx Waikawa Grey. HEX triplet: 58, 66 and 8B. RGB value is (88,102,139). Sum of RGB (Red+Green+Blue) = 88+102+139=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #58668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58668B is #A79974. Grayscale: #656565. Windows color (decimal): -10983797 or 9135704. OLE color: 9135704.

HSL color Cylindrical-coordinate representation of color #58668B: hue angle of 223.53º degrees, saturation: 0.22, 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 #58668B is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88102139-
CMYK0.370.2700.45
HSL223.53º22.47%44.51%-
HSV(B)223.53º36.69%54.51%-
XYZ13.4413.4426.31-
YUV102.03148.86117.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=26.75%
G=31.00%
B=42.25%

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
Decimal881021390.370.2700.45223.5322.4744.51
Hex58668B251B02De0162d
Octal13014621345330553402655
Binary10110001100110100010111001011101101011011110000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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