#59628B

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

Shades of Waikawa Grey #59628B

Tints of Waikawa Grey #59628B

Color information

#59628B (or 0x59628B) is unknown color: approx Waikawa Grey. HEX triplet: 59, 62 and 8B. RGB value is (89,98,139). Sum of RGB (Red+Green+Blue) = 89+98+139=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #59628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59628B is #A69D74. Grayscale: #636363. Windows color (decimal): -10919285 or 9134681. OLE color: 9134681.

HSL color Cylindrical-coordinate representation of color #59628B: hue angle of 229.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59628B is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8998139-
CMYK0.360.2900.45
HSL229.2º21.93%44.71%-
HSV(B)229.2º35.97%54.51%-
XYZ13.1512.7226.19-
YUV99.98150.02120.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=27.30%
G=30.06%
B=42.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89981390.360.2900.45229.221.9344.71
Hex59628B241D02De5162d
Octal13114221344350553452655
Binary10110011100010100010111001001110101011011110010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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