Html Css Color HEX #536274 Shuttle Grey

📋 copy color: '#536274'

red 83 ◦ green 98 ◦ blue 116

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

Shades of Shuttle Grey #536274

Tints of Shuttle Grey #536274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 27.95%
G = 33%
B = 39.06%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#536274 (or 0x536274) is known color: Shuttle Grey. HEX triplet: 53, 62 and 74. RGB value is (83,98,116). Sum of RGB (Red+Green+Blue) = 83+98+116=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #536274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536274 is #AC9D8B. Grayscale: #5F5F5F. Windows color (decimal): -11312524 or 7627347. OLE color: 7627347.

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

Color convert

RGB 83 98 116 -
CMYK 0.28 0.16 0 0.55
HSL 212.73º 0.17% 0.39% -
HSV(B) 212.73º 0.28% 0.45% -
XYZ 11.09 11.84 18.22 -
YUV 95.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 83 98 116 0.28 0.16 0 0.55 212.73 0.17 0.39
Hex 53 62 74 1C 10 0 37 D5 11 27
Octal 123 142 164 34 20 0 67 325 21 47
Binary 1010011 1100010 1110100 11100 10000 0 110111 11010101 10001 100111

Color Harmonies of #536274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536274

Black with #536274

Text Example


Text Example

White with #536274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536274; }

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

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

background-color css

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

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

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

border-color css

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

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

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