Html Css Color HEX #535D76 Chambray

📋 copy color: '#535D76'

red 83 ◦ green 93 ◦ blue 118

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

Shades of Chambray #535D76

Tints of Chambray #535D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.14%

R = 28.23%
G = 31.63%
B = 40.14%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#535D76 (or 0x535D76) is known color: Chambray. HEX triplet: 53, 5D and 76. RGB value is (83,93,118). Sum of RGB (Red+Green+Blue) = 83+93+118=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #535D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D76 is #ACA289. Grayscale: #5C5C5C. Windows color (decimal): -11313802 or 7757139. OLE color: 7757139.

HSL color Cylindrical-coordinate representation of color #535D76: hue angle of 222.86º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535D76 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 93 118 -
CMYK 0.30 0.21 0 0.54
HSL 222.86º 0.17% 0.39% -
HSV(B) 222.86º 0.3% 0.46% -
XYZ 10.75 10.98 18.69 -
YUV 92.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 83 93 118 0.30 0.21 0 0.54 222.86 0.17 0.39
Hex 53 5D 76 1E 15 0 36 DF 11 27
Octal 123 135 166 36 25 0 66 337 21 47
Binary 1010011 1011101 1110110 11110 10101 0 110110 11011111 10001 100111

Color Harmonies of #535D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D76

Black with #535D76

Text Example


Text Example

White with #535D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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