Html Css Color HEX #535C73 Chambray

📋 copy color: '#535C73'

red 83 ◦ green 92 ◦ blue 115

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

Shades of Chambray #535C73

Tints of Chambray #535C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.72%

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

R = 28.62%
G = 31.72%
B = 39.66%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535C73 (or 0x535C73) is known color: Chambray. HEX triplet: 53, 5C and 73. RGB value is (83,92,115). Sum of RGB (Red+Green+Blue) = 83+92+115=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #535C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C73 is #ACA38C. Grayscale: #5B5B5B. Windows color (decimal): -11314061 or 7560275. OLE color: 7560275.

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

Color convert

RGB 83 92 115 -
CMYK 0.28 0.20 0 0.55
HSL 223.13º 0.16% 0.39% -
HSV(B) 223.13º 0.28% 0.45% -
XYZ 10.49 10.73 17.74 -
YUV 91.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 83 92 115 0.28 0.20 0 0.55 223.13 0.16 0.39
Hex 53 5C 73 1C 14 0 37 DF 10 27
Octal 123 134 163 34 24 0 67 337 20 47
Binary 1010011 1011100 1110011 11100 10100 0 110111 11011111 10000 100111

Color Harmonies of #535C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C73

Black with #535C73

Text Example


Text Example

White with #535C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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