Html Css Color HEX #596778 Shuttle Grey

📋 copy color: '#596778'

red 89 ◦ green 103 ◦ blue 120

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

Shades of Shuttle Grey #596778

Tints of Shuttle Grey #596778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 28.53%
G = 33.01%
B = 38.46%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#596778 (or 0x596778) is known color: Shuttle Grey. HEX triplet: 59, 67 and 78. RGB value is (89,103,120). Sum of RGB (Red+Green+Blue) = 89+103+120=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #596778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596778 is #A69887. Grayscale: #646464. Windows color (decimal): -10918024 or 7890777. OLE color: 7890777.

HSL color Cylindrical-coordinate representation of color #596778: hue angle of 212.9º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #596778 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 103 120 -
CMYK 0.26 0.14 0 0.53
HSL 212.9º 0.15% 0.41% -
HSV(B) 212.9º 0.26% 0.47% -
XYZ 12.36 13.18 19.66 -
YUV 100.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 89 103 120 0.26 0.14 0 0.53 212.9 0.15 0.41
Hex 59 67 78 1A E 0 35 D5 F 29
Octal 131 147 170 32 16 0 65 325 17 51
Binary 1011001 1100111 1111000 11010 1110 0 110101 11010101 1111 101001

Color Harmonies of #596778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596778

Black with #596778

Text Example


Text Example

White with #596778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596778; }

 p { color: rgb(89,103,120); }

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

background-color css

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

 a { background-color: rgb(89,103,120); }

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

border-color css

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

 span { border-color: rgb(89,103,120); }

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