Html Css Color HEX #536372 Shuttle Grey

📋 copy color: '#536372'

red 83 ◦ green 99 ◦ blue 114

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

Shades of Shuttle Grey #536372

Tints of Shuttle Grey #536372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

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

R = 28.04%
G = 33.45%
B = 38.51%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#536372 (or 0x536372) is known color: Shuttle Grey. HEX triplet: 53, 63 and 72. RGB value is (83,99,114). Sum of RGB (Red+Green+Blue) = 83+99+114=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #536372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536372 is #AC9C8D. Grayscale: #5F5F5F. Windows color (decimal): -11312270 or 7496531. OLE color: 7496531.

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

Color convert

RGB 83 99 114 -
CMYK 0.27 0.13 0 0.55
HSL 209.03º 0.16% 0.39% -
HSV(B) 209.03º 0.27% 0.45% -
XYZ 11.07 11.98 17.65 -
YUV 95.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 83 99 114 0.27 0.13 0 0.55 209.03 0.16 0.39
Hex 53 63 72 1B D 0 37 D1 10 27
Octal 123 143 162 33 15 0 67 321 20 47
Binary 1010011 1100011 1110010 11011 1101 0 110111 11010001 10000 100111

Color Harmonies of #536372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536372

Black with #536372

Text Example


Text Example

White with #536372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536372; }

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

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

background-color css

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

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

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

border-color css

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

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

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