Html Css Color HEX #535E74 Chambray

📋 copy color: '#535E74'

red 83 ◦ green 94 ◦ blue 116

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

Shades of Chambray #535E74

Tints of Chambray #535E74

RGB

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

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

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

R = 28.33%
G = 32.08%
B = 39.59%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535E74 (or 0x535E74) is known color: Chambray. HEX triplet: 53, 5E and 74. RGB value is (83,94,116). Sum of RGB (Red+Green+Blue) = 83+94+116=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #535E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E74 is #ACA18B. Grayscale: #5D5D5D. Windows color (decimal): -11313548 or 7626323. OLE color: 7626323.

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

Color convert

RGB 83 94 116 -
CMYK 0.28 0.19 0 0.55
HSL 220º 0.17% 0.39% -
HSV(B) 220º 0.28% 0.45% -
XYZ 10.72 11.11 18.1 -
YUV 93.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 83 94 116 0.28 0.19 0 0.55 220 0.17 0.39
Hex 53 5E 74 1C 13 0 37 DC 11 27
Octal 123 136 164 34 23 0 67 334 21 47
Binary 1010011 1011110 1110100 11100 10011 0 110111 11011100 10001 100111

Color Harmonies of #535E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E74

Black with #535E74

Text Example


Text Example

White with #535E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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