#59638D

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

Shades of Waikawa Grey #59638D

Tints of Waikawa Grey #59638D

Color information

#59638D (or 0x59638D) is unknown color: approx Waikawa Grey. HEX triplet: 59, 63 and 8D. RGB value is (89,99,141). Sum of RGB (Red+Green+Blue) = 89+99+141=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #59638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59638D is #A69C72. Grayscale: #646464. Windows color (decimal): -10919027 or 9266009. OLE color: 9266009.

HSL color Cylindrical-coordinate representation of color #59638D: hue angle of 228.46º degrees, saturation: 0.23, 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 #59638D is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8999141-
CMYK0.370.3000.45
HSL228.46º22.61%45.1%-
HSV(B)228.46º36.88%55.29%-
XYZ13.3912.9727-
YUV100.8150.69119.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=27.05%
G=30.09%
B=42.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89991410.370.3000.45228.4622.6145.1
Hex59638D251E02De4172d
Octal13114321545360553442755
Binary10110011100011100011011001011111001011011110010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,99,141); }

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

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

 a { background-color: rgb(89,99,141); }

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

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

 span { border-color: rgb(89,99,141); }

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