Html Css Color HEX #536572 Shuttle Grey

📋 copy color: '#536572'

red 83 ◦ green 101 ◦ blue 114

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

Shades of Shuttle Grey #536572

Tints of Shuttle Grey #536572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 27.85%
G = 33.89%
B = 38.26%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#536572 (or 0x536572) is known color: Shuttle Grey. HEX triplet: 53, 65 and 72. RGB value is (83,101,114). Sum of RGB (Red+Green+Blue) = 83+101+114=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #536572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536572 is #AC9A8D. Grayscale: #616161. Windows color (decimal): -11311758 or 7497043. OLE color: 7497043.

HSL color Cylindrical-coordinate representation of color #536572: hue angle of 205.16º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536572 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 101 114 -
CMYK 0.27 0.11 0 0.55
HSL 205.16º 0.16% 0.39% -
HSV(B) 205.16º 0.27% 0.45% -
XYZ 11.26 12.36 17.71 -
YUV 97.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 83 101 114 0.27 0.11 0 0.55 205.16 0.16 0.39
Hex 53 65 72 1B B 0 37 CD 10 27
Octal 123 145 162 33 13 0 67 315 20 47
Binary 1010011 1100101 1110010 11011 1011 0 110111 11001101 10000 100111

Color Harmonies of #536572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536572

Black with #536572

Text Example


Text Example

White with #536572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536572; }

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

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

background-color css

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

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

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

border-color css

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

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

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