#58628B

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

Shades of Waikawa Grey #58628B

Tints of Waikawa Grey #58628B

Color information

#58628B (or 0x58628B) is unknown color: approx Waikawa Grey. HEX triplet: 58, 62 and 8B. RGB value is (88,98,139). Sum of RGB (Red+Green+Blue) = 88+98+139=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #58628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58628B is #A79D74. Grayscale: #636363. Windows color (decimal): -10984821 or 9134680. OLE color: 9134680.

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

Color convert

RGB8898139-
CMYK0.370.2900.45
HSL228.24º22.47%44.51%-
HSV(B)228.24º36.69%54.51%-
XYZ13.0512.6726.18-
YUV99.68150.19119.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=27.08%
G=30.15%
B=42.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88981390.370.2900.45228.2422.4744.51
Hex58628B251D02De4162d
Octal13014221345350553442655
Binary10110001100010100010111001011110101011011110010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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