Html Css Color HEX #536170 Shuttle Grey

📋 copy color: '#536170'

red 83 ◦ green 97 ◦ blue 112

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

Shades of Shuttle Grey #536170

Tints of Shuttle Grey #536170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.22%

 BLUE value IS 112 (44.14% from 255) = 38.36%

R = 28.42%
G = 33.22%
B = 38.36%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#536170 (or 0x536170) is known color: Shuttle Grey. HEX triplet: 53, 61 and 70. RGB value is (83,97,112). Sum of RGB (Red+Green+Blue) = 83+97+112=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #536170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536170 is #AC9E8F. Grayscale: #5E5E5E. Windows color (decimal): -11312784 or 7364947. OLE color: 7364947.

HSL color Cylindrical-coordinate representation of color #536170: hue angle of 211.03º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #536170 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 97 112 -
CMYK 0.26 0.13 0 0.56
HSL 211.03º 0.15% 0.38% -
HSV(B) 211.03º 0.26% 0.44% -
XYZ 10.77 11.56 16.99 -
YUV 94.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 83 97 112 0.26 0.13 0 0.56 211.03 0.15 0.38
Hex 53 61 70 1A D 0 38 D3 F 26
Octal 123 141 160 32 15 0 70 323 17 46
Binary 1010011 1100001 1110000 11010 1101 0 111000 11010011 1111 100110

Color Harmonies of #536170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536170

Black with #536170

Text Example


Text Example

White with #536170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536170; }

 p { color: rgb(83,97,112); }

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

background-color css

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

 a { background-color: rgb(83,97,112); }

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

border-color css

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

 span { border-color: rgb(83,97,112); }

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