Html Css Color HEX #596468 Pale Sky

📋 copy color: '#596468'

red 89 ◦ green 100 ◦ blue 104

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

Shades of Pale Sky #596468

Tints of Pale Sky #596468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

 BLUE value IS 104 (41.02% from 255) = 35.49%

R = 30.38%
G = 34.13%
B = 35.49%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#596468 (or 0x596468) is known color: Pale Sky. HEX triplet: 59, 64 and 68. RGB value is (89,100,104). Sum of RGB (Red+Green+Blue) = 89+100+104=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 104 - color contains mainly: blue. Hex color #596468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596468 is #A69B97. Grayscale: #616161. Windows color (decimal): -10918808 or 6841433. OLE color: 6841433.

HSL color Cylindrical-coordinate representation of color #596468: hue angle of 196º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #596468 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 100 104 -
CMYK 0.14 0.04 0 0.59
HSL 196º 0.08% 0.38% -
HSV(B) 196º 0.14% 0.41% -
XYZ 11.18 12.24 14.87 -
YUV 97.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 89 100 104 0.14 0.04 0 0.59 196 0.08 0.38
Hex 59 64 68 E 4 0 3B C4 8 26
Octal 131 144 150 16 4 0 73 304 10 46
Binary 1011001 1100100 1101000 1110 100 0 111011 11000100 1000 100110

Color Harmonies of #596468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596468

Black with #596468

Text Example


Text Example

White with #596468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596468; }

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

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

background-color css

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

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

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

border-color css

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

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

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