Html Css Color HEX #536470 Shuttle Grey

📋 copy color: '#536470'

red 83 ◦ green 100 ◦ blue 112

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

Shades of Shuttle Grey #536470

Tints of Shuttle Grey #536470

RGB

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

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

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

R = 28.14%
G = 33.9%
B = 37.97%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#536470 (or 0x536470) is known color: Shuttle Grey. HEX triplet: 53, 64 and 70. RGB value is (83,100,112). Sum of RGB (Red+Green+Blue) = 83+100+112=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #536470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536470 is #AC9B8F. Grayscale: #606060. Windows color (decimal): -11312016 or 7365715. OLE color: 7365715.

HSL color Cylindrical-coordinate representation of color #536470: hue angle of 204.83º 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 #536470 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 100 112 -
CMYK 0.26 0.11 0 0.56
HSL 204.83º 0.15% 0.38% -
HSV(B) 204.83º 0.26% 0.44% -
XYZ 11.05 12.12 17.09 -
YUV 96.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 83 100 112 0.26 0.11 0 0.56 204.83 0.15 0.38
Hex 53 64 70 1A B 0 38 CD F 26
Octal 123 144 160 32 13 0 70 315 17 46
Binary 1010011 1100100 1110000 11010 1011 0 111000 11001101 1111 100110

Color Harmonies of #536470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536470

Black with #536470

Text Example


Text Example

White with #536470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536470; }

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

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

background-color css

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

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

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

border-color css

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

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

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