Html Css Color HEX #535F6D Shuttle Grey

📋 copy color: '#535F6D'

red 83 ◦ green 95 ◦ blue 109

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

Shades of Shuttle Grey #535F6D

Tints of Shuttle Grey #535F6D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.1%

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 28.92%
G = 33.1%
B = 37.98%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#535F6D (or 0x535F6D) is known color: Shuttle Grey. HEX triplet: 53, 5F and 6D. RGB value is (83,95,109). Sum of RGB (Red+Green+Blue) = 83+95+109=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #535F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F6D is #ACA092. Grayscale: #5C5C5C. Windows color (decimal): -11313299 or 7167827. OLE color: 7167827.

HSL color Cylindrical-coordinate representation of color #535F6D: hue angle of 212.31º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #535F6D is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 95 109 -
CMYK 0.24 0.13 0 0.57
HSL 212.31º 0.14% 0.38% -
HSV(B) 212.31º 0.24% 0.43% -
XYZ 10.42 11.13 16.07 -
YUV 93.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 83 95 109 0.24 0.13 0 0.57 212.31 0.14 0.38
Hex 53 5F 6D 18 D 0 39 D4 E 26
Octal 123 137 155 30 15 0 71 324 16 46
Binary 1010011 1011111 1101101 11000 1101 0 111001 11010100 1110 100110

Color Harmonies of #535F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F6D

Black with #535F6D

Text Example


Text Example

White with #535F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535F6D; }

 p { color: rgb(83,95,109); }

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

background-color css

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

 a { background-color: rgb(83,95,109); }

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

border-color css

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

 span { border-color: rgb(83,95,109); }

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