Html Css Color HEX #535B74 Chambray

📋 copy color: '#535B74'

red 83 ◦ green 91 ◦ blue 116

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

Shades of Chambray #535B74

Tints of Chambray #535B74

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.38%

 BLUE value IS 116 (45.7% from 255) = 40%

R = 28.62%
G = 31.38%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535B74 (or 0x535B74) is known color: Chambray. HEX triplet: 53, 5B and 74. RGB value is (83,91,116). Sum of RGB (Red+Green+Blue) = 83+91+116=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 116 - color contains mainly: blue. Hex color #535B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B74 is #ACA48B. Grayscale: #5B5B5B. Windows color (decimal): -11314316 or 7625555. OLE color: 7625555.

HSL color Cylindrical-coordinate representation of color #535B74: hue angle of 225.45º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #535B74 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 91 116 -
CMYK 0.28 0.22 0 0.55
HSL 225.45º 0.17% 0.39% -
HSV(B) 225.45º 0.28% 0.45% -
XYZ 10.46 10.58 18.01 -
YUV 91.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 83 91 116 0.28 0.22 0 0.55 225.45 0.17 0.39
Hex 53 5B 74 1C 16 0 37 E1 11 27
Octal 123 133 164 34 26 0 67 341 21 47
Binary 1010011 1011011 1110100 11100 10110 0 110111 11100001 10001 100111

Color Harmonies of #535B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535B74

Black with #535B74

Text Example


Text Example

White with #535B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,91,116); }

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

background-color css

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

 a { background-color: rgb(83,91,116); }

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

border-color css

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

 span { border-color: rgb(83,91,116); }

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