Html Css Color HEX #536577 Shuttle Grey

📋 copy color: '#536577'

red 83 ◦ green 101 ◦ blue 119

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

Shades of Shuttle Grey #536577

Tints of Shuttle Grey #536577

RGB

 RED value IS 83 (32.81% from 255) = 27.39%

 GREEN value IS 101 (39.84% from 255) = 33.33%

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 27.39%
G = 33.33%
B = 39.27%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#536577 (or 0x536577) is known color: Shuttle Grey. HEX triplet: 53, 65 and 77. RGB value is (83,101,119). Sum of RGB (Red+Green+Blue) = 83+101+119=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #536577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536577 is #AC9A88. Grayscale: #616161. Windows color (decimal): -11311753 or 7824723. OLE color: 7824723.

HSL color Cylindrical-coordinate representation of color #536577: hue angle of 210º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536577 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 101 119 -
CMYK 0.30 0.15 0 0.53
HSL 210º 0.18% 0.4% -
HSV(B) 210º 0.3% 0.47% -
XYZ 11.55 12.48 19.25 -
YUV 97.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 83 101 119 0.30 0.15 0 0.53 210 0.18 0.4
Hex 53 65 77 1E F 0 35 D2 12 28
Octal 123 145 167 36 17 0 65 322 22 50
Binary 1010011 1100101 1110111 11110 1111 0 110101 11010010 10010 101000

Color Harmonies of #536577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536577

Black with #536577

Text Example


Text Example

White with #536577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536577; }

 p { color: rgb(83,101,119); }

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

background-color css

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

 a { background-color: rgb(83,101,119); }

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

border-color css

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

 span { border-color: rgb(83,101,119); }

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