Html Css Color HEX #535C72 Chambray

📋 copy color: '#535C72'

red 83 ◦ green 92 ◦ blue 114

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

Shades of Chambray #535C72

Tints of Chambray #535C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.45%

R = 28.72%
G = 31.83%
B = 39.45%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535C72 (or 0x535C72) is known color: Chambray. HEX triplet: 53, 5C and 72. RGB value is (83,92,114). Sum of RGB (Red+Green+Blue) = 83+92+114=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #535C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C72 is #ACA38D. Grayscale: #5B5B5B. Windows color (decimal): -11314062 or 7494739. OLE color: 7494739.

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

Color convert

RGB 83 92 114 -
CMYK 0.27 0.19 0 0.55
HSL 222.58º 0.16% 0.39% -
HSV(B) 222.58º 0.27% 0.45% -
XYZ 10.43 10.71 17.44 -
YUV 91.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 83 92 114 0.27 0.19 0 0.55 222.58 0.16 0.39
Hex 53 5C 72 1B 13 0 37 DF 10 27
Octal 123 134 162 33 23 0 67 337 20 47
Binary 1010011 1011100 1110010 11011 10011 0 110111 11011111 10000 100111

Color Harmonies of #535C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C72

Black with #535C72

Text Example


Text Example

White with #535C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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