Html Css Color HEX #536270 Shuttle Grey

📋 copy color: '#536270'

red 83 ◦ green 98 ◦ blue 112

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

Shades of Shuttle Grey #536270

Tints of Shuttle Grey #536270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.45%

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

R = 28.33%
G = 33.45%
B = 38.23%

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

#536270 (or 0x536270) is known color: Shuttle Grey. HEX triplet: 53, 62 and 70. RGB value is (83,98,112). Sum of RGB (Red+Green+Blue) = 83+98+112=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #536270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536270 is #AC9D8F. Grayscale: #5F5F5F. Windows color (decimal): -11312528 or 7365203. OLE color: 7365203.

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

Color convert

RGB 83 98 112 -
CMYK 0.26 0.13 0 0.56
HSL 208.97º 0.15% 0.38% -
HSV(B) 208.97º 0.26% 0.44% -
XYZ 10.86 11.74 17.02 -
YUV 95.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 83 98 112 0.26 0.13 0 0.56 208.97 0.15 0.38
Hex 53 62 70 1A D 0 38 D1 F 26
Octal 123 142 160 32 15 0 70 321 17 46
Binary 1010011 1100010 1110000 11010 1101 0 111000 11010001 1111 100110

Color Harmonies of #536270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536270

Black with #536270

Text Example


Text Example

White with #536270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536270; }

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

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

background-color css

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

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

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

border-color css

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

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

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