Html Css Color HEX #535C76 Chambray

📋 copy color: '#535C76'

red 83 ◦ green 92 ◦ blue 118

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

Shades of Chambray #535C76

Tints of Chambray #535C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

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

R = 28.33%
G = 31.4%
B = 40.27%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#535C76 (or 0x535C76) is known color: Chambray. HEX triplet: 53, 5C and 76. RGB value is (83,92,118). Sum of RGB (Red+Green+Blue) = 83+92+118=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #535C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C76 is #ACA389. Grayscale: #5C5C5C. Windows color (decimal): -11314058 or 7756883. OLE color: 7756883.

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

Color convert

RGB 83 92 118 -
CMYK 0.30 0.22 0 0.54
HSL 224.57º 0.17% 0.39% -
HSV(B) 224.57º 0.3% 0.46% -
XYZ 10.66 10.8 18.66 -
YUV 92.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 83 92 118 0.30 0.22 0 0.54 224.57 0.17 0.39
Hex 53 5C 76 1E 16 0 36 E1 11 27
Octal 123 134 166 36 26 0 66 341 21 47
Binary 1010011 1011100 1110110 11110 10110 0 110110 11100001 10001 100111

Color Harmonies of #535C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C76

Black with #535C76

Text Example


Text Example

White with #535C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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