Html Css Color HEX #536571 Shuttle Grey

📋 copy color: '#536571'

red 83 ◦ green 101 ◦ blue 113

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

Shades of Shuttle Grey #536571

Tints of Shuttle Grey #536571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 27.95%
G = 34.01%
B = 38.05%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#536571 (or 0x536571) is known color: Shuttle Grey. HEX triplet: 53, 65 and 71. RGB value is (83,101,113). Sum of RGB (Red+Green+Blue) = 83+101+113=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #536571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536571 is #AC9A8E. Grayscale: #606060. Windows color (decimal): -11311759 or 7431507. OLE color: 7431507.

HSL color Cylindrical-coordinate representation of color #536571: hue angle of 204º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536571 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 101 113 -
CMYK 0.27 0.11 0 0.56
HSL 204º 0.15% 0.38% -
HSV(B) 204º 0.27% 0.44% -
XYZ 11.2 12.34 17.41 -
YUV 96.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 83 101 113 0.27 0.11 0 0.56 204 0.15 0.38
Hex 53 65 71 1B B 0 38 CC F 26
Octal 123 145 161 33 13 0 70 314 17 46
Binary 1010011 1100101 1110001 11011 1011 0 111000 11001100 1111 100110

Color Harmonies of #536571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536571

Black with #536571

Text Example


Text Example

White with #536571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536571; }

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

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

background-color css

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

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

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

border-color css

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

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

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