Html Css Color HEX #535D68 Shuttle Grey

📋 copy color: '#535D68'

red 83 ◦ green 93 ◦ blue 104

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

Shades of Shuttle Grey #535D68

Tints of Shuttle Grey #535D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.21%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 29.64%
G = 33.21%
B = 37.14%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#535D68 (or 0x535D68) is known color: Shuttle Grey. HEX triplet: 53, 5D and 68. RGB value is (83,93,104). Sum of RGB (Red+Green+Blue) = 83+93+104=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #535D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D68 is #ACA297. Grayscale: #5B5B5B. Windows color (decimal): -11313816 or 6839635. OLE color: 6839635.

HSL color Cylindrical-coordinate representation of color #535D68: hue angle of 211.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535D68 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 93 104 -
CMYK 0.20 0.11 0 0.59
HSL 211.43º 0.11% 0.37% -
HSV(B) 211.43º 0.2% 0.41% -
XYZ 9.98 10.67 14.63 -
YUV 91.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 83 93 104 0.20 0.11 0 0.59 211.43 0.11 0.37
Hex 53 5D 68 14 B 0 3B D3 B 25
Octal 123 135 150 24 13 0 73 323 13 45
Binary 1010011 1011101 1101000 10100 1011 0 111011 11010011 1011 100101

Color Harmonies of #535D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D68

Black with #535D68

Text Example


Text Example

White with #535D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,93,104); }

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

background-color css

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

 a { background-color: rgb(83,93,104); }

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

border-color css

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

 span { border-color: rgb(83,93,104); }

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