Html Css Color HEX #535E76 Chambray

📋 copy color: '#535E76'

red 83 ◦ green 94 ◦ blue 118

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

Shades of Chambray #535E76

Tints of Chambray #535E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.86%

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

R = 28.14%
G = 31.86%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#535E76 (or 0x535E76) is known color: Chambray. HEX triplet: 53, 5E and 76. RGB value is (83,94,118). Sum of RGB (Red+Green+Blue) = 83+94+118=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #535E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E76 is #ACA189. Grayscale: #5D5D5D. Windows color (decimal): -11313546 or 7757395. OLE color: 7757395.

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

Color convert

RGB 83 94 118 -
CMYK 0.30 0.20 0 0.54
HSL 221.14º 0.17% 0.39% -
HSV(B) 221.14º 0.3% 0.46% -
XYZ 10.84 11.15 18.72 -
YUV 93.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 83 94 118 0.30 0.20 0 0.54 221.14 0.17 0.39
Hex 53 5E 76 1E 14 0 36 DD 11 27
Octal 123 136 166 36 24 0 66 335 21 47
Binary 1010011 1011110 1110110 11110 10100 0 110110 11011101 10001 100111

Color Harmonies of #535E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E76

Black with #535E76

Text Example


Text Example

White with #535E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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