Html Css Color HEX #535A76 Chambray

📋 copy color: '#535A76'

red 83 ◦ green 90 ◦ blue 118

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

Shades of Chambray #535A76

Tints of Chambray #535A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.93%

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

R = 28.52%
G = 30.93%
B = 40.55%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#535A76 (or 0x535A76) is known color: Chambray. HEX triplet: 53, 5A and 76. RGB value is (83,90,118). Sum of RGB (Red+Green+Blue) = 83+90+118=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #535A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A76 is #ACA589. Grayscale: #5A5A5A. Windows color (decimal): -11314570 or 7756371. OLE color: 7756371.

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

Color convert

RGB 83 90 118 -
CMYK 0.30 0.24 0 0.54
HSL 228º 0.17% 0.39% -
HSV(B) 228º 0.3% 0.46% -
XYZ 10.49 10.46 18.61 -
YUV 91.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 83 90 118 0.30 0.24 0 0.54 228 0.17 0.39
Hex 53 5A 76 1E 18 0 36 E4 11 27
Octal 123 132 166 36 30 0 66 344 21 47
Binary 1010011 1011010 1110110 11110 11000 0 110110 11100100 10001 100111

Color Harmonies of #535A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A76

Black with #535A76

Text Example


Text Example

White with #535A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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