#59648B

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

Shades of Waikawa Grey #59648B

Tints of Waikawa Grey #59648B

Color information

#59648B (or 0x59648B) is unknown color: approx Waikawa Grey. HEX triplet: 59, 64 and 8B. RGB value is (89,100,139). Sum of RGB (Red+Green+Blue) = 89+100+139=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #59648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59648B is #A69B74. Grayscale: #646464. Windows color (decimal): -10918773 or 9135193. OLE color: 9135193.

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

Color convert

RGB89100139-
CMYK0.360.2800.45
HSL226.8º21.93%44.71%-
HSV(B)226.8º35.97%54.51%-
XYZ13.3413.126.25-
YUV101.16149.36119.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=27.13%
G=30.49%
B=42.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891001390.360.2800.45226.821.9344.71
Hex59648B241C02De3162d
Octal13114421344340553432655
Binary10110011100100100010111001001110001011011110001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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