Html Css Color HEX #535F6A Shuttle Grey

📋 copy color: '#535F6A'

red 83 ◦ green 95 ◦ blue 106

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

Shades of Shuttle Grey #535F6A

Tints of Shuttle Grey #535F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 29.23%
G = 33.45%
B = 37.32%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#535F6A (or 0x535F6A) is known color: Shuttle Grey. HEX triplet: 53, 5F and 6A. RGB value is (83,95,106). Sum of RGB (Red+Green+Blue) = 83+95+106=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #535F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F6A is #ACA095. Grayscale: #5C5C5C. Windows color (decimal): -11313302 or 6971219. OLE color: 6971219.

HSL color Cylindrical-coordinate representation of color #535F6A: hue angle of 208.7º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #535F6A is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 95 106 -
CMYK 0.22 0.10 0 0.58
HSL 208.7º 0.12% 0.37% -
HSV(B) 208.7º 0.22% 0.42% -
XYZ 10.26 11.06 15.23 -
YUV 92.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 83 95 106 0.22 0.10 0 0.58 208.7 0.12 0.37
Hex 53 5F 6A 16 A 0 3A D1 C 25
Octal 123 137 152 26 12 0 72 321 14 45
Binary 1010011 1011111 1101010 10110 1010 0 111010 11010001 1100 100101

Color Harmonies of #535F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F6A

Black with #535F6A

Text Example


Text Example

White with #535F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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