Html Css Color HEX #596285 Waikawa Grey

📋 copy color: '#596285'

red 89 ◦ green 98 ◦ blue 133

#596285
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #596285

Tints of Waikawa Grey #596285

RGB

 RED value IS 89 (35.16% from 255) = 27.81%

 GREEN value IS 98 (38.67% from 255) = 30.63%

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 27.81%
G = 30.63%
B = 41.56%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#596285 (or 0x596285) is known color: Waikawa Grey. HEX triplet: 59, 62 and 85. RGB value is (89,98,133). Sum of RGB (Red+Green+Blue) = 89+98+133=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #596285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596285 is #A69D7A. Grayscale: #636363. Windows color (decimal): -10919291 or 8741465. OLE color: 8741465.

HSL color Cylindrical-coordinate representation of color #596285: hue angle of 227.73º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #596285 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 98 133 -
CMYK 0.33 0.26 0 0.48
HSL 227.73º 0.2% 0.44% -
HSV(B) 227.73º 0.33% 0.52% -
XYZ 12.72 12.55 23.94 -
YUV 99.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 89 98 133 0.33 0.26 0 0.48 227.73 0.2 0.44
Hex 59 62 85 21 1A 0 30 E4 14 2C
Octal 131 142 205 41 32 0 60 344 24 54
Binary 1011001 1100010 10000101 100001 11010 0 110000 11100100 10100 101100

Color Harmonies of #596285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596285

Black with #596285

Text Example


Text Example

White with #596285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596285; }

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

 H1.HeaderClassName
 {
   color: #596285;
 }
 .AnyTagClassName
 {
   color: #596285;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #596285;
 }
 .BgClassName
 {
   background-color: #596285;
 }
</style>

border-color css

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

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

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