Html Css Color HEX #536070 Shuttle Grey

📋 copy color: '#536070'

red 83 ◦ green 96 ◦ blue 112

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

Shades of Shuttle Grey #536070

Tints of Shuttle Grey #536070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

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

R = 28.52%
G = 32.99%
B = 38.49%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#536070 (or 0x536070) is known color: Shuttle Grey. HEX triplet: 53, 60 and 70. RGB value is (83,96,112). Sum of RGB (Red+Green+Blue) = 83+96+112=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #536070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536070 is #AC9F8F. Grayscale: #5D5D5D. Windows color (decimal): -11313040 or 7364691. OLE color: 7364691.

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

Color convert

RGB 83 96 112 -
CMYK 0.26 0.14 0 0.56
HSL 213.1º 0.15% 0.38% -
HSV(B) 213.1º 0.26% 0.44% -
XYZ 10.67 11.37 16.96 -
YUV 93.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 83 96 112 0.26 0.14 0 0.56 213.1 0.15 0.38
Hex 53 60 70 1A E 0 38 D5 F 26
Octal 123 140 160 32 16 0 70 325 17 46
Binary 1010011 1100000 1110000 11010 1110 0 111000 11010101 1111 100110

Color Harmonies of #536070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536070

Black with #536070

Text Example


Text Example

White with #536070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536070; }

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

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

background-color css

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

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

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

border-color css

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

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

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