Html Css Color HEX #535E73 Chambray

📋 copy color: '#535E73'

red 83 ◦ green 94 ◦ blue 115

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

Shades of Chambray #535E73

Tints of Chambray #535E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.38%

R = 28.42%
G = 32.19%
B = 39.38%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535E73 (or 0x535E73) is known color: Chambray. HEX triplet: 53, 5E and 73. RGB value is (83,94,115). Sum of RGB (Red+Green+Blue) = 83+94+115=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #535E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E73 is #ACA18C. Grayscale: #5D5D5D. Windows color (decimal): -11313549 or 7560787. OLE color: 7560787.

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

Color convert

RGB 83 94 115 -
CMYK 0.28 0.18 0 0.55
HSL 219.38º 0.16% 0.39% -
HSV(B) 219.38º 0.28% 0.45% -
XYZ 10.66 11.08 17.8 -
YUV 93.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 83 94 115 0.28 0.18 0 0.55 219.38 0.16 0.39
Hex 53 5E 73 1C 12 0 37 DB 10 27
Octal 123 136 163 34 22 0 67 333 20 47
Binary 1010011 1011110 1110011 11100 10010 0 110111 11011011 10000 100111

Color Harmonies of #535E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E73

Black with #535E73

Text Example


Text Example

White with #535E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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