Html Css Color HEX #535F76 Chambray

📋 copy color: '#535F76'

red 83 ◦ green 95 ◦ blue 118

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

Shades of Chambray #535F76

Tints of Chambray #535F76

RGB

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

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

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

R = 28.04%
G = 32.09%
B = 39.86%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#535F76 (or 0x535F76) is known color: Chambray. HEX triplet: 53, 5F and 76. RGB value is (83,95,118). Sum of RGB (Red+Green+Blue) = 83+95+118=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #535F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F76 is #ACA089. Grayscale: #5D5D5D. Windows color (decimal): -11313290 or 7757651. OLE color: 7757651.

HSL color Cylindrical-coordinate representation of color #535F76: hue angle of 219.43º 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 #535F76 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 95 118 -
CMYK 0.30 0.19 0 0.54
HSL 219.43º 0.17% 0.39% -
HSV(B) 219.43º 0.3% 0.46% -
XYZ 10.93 11.33 18.75 -
YUV 94.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 83 95 118 0.30 0.19 0 0.54 219.43 0.17 0.39
Hex 53 5F 76 1E 13 0 36 DB 11 27
Octal 123 137 166 36 23 0 66 333 21 47
Binary 1010011 1011111 1110110 11110 10011 0 110110 11011011 10001 100111

Color Harmonies of #535F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F76

Black with #535F76

Text Example


Text Example

White with #535F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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