Html Css Color HEX #535C71 Chambray

📋 copy color: '#535C71'

red 83 ◦ green 92 ◦ blue 113

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

Shades of Chambray #535C71

Tints of Chambray #535C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.24%

R = 28.82%
G = 31.94%
B = 39.24%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535C71 (or 0x535C71) is known color: Chambray. HEX triplet: 53, 5C and 71. RGB value is (83,92,113). Sum of RGB (Red+Green+Blue) = 83+92+113=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #535C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C71 is #ACA38E. Grayscale: #5B5B5B. Windows color (decimal): -11314063 or 7429203. OLE color: 7429203.

HSL color Cylindrical-coordinate representation of color #535C71: hue angle of 222º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #535C71 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 92 113 -
CMYK 0.27 0.19 0 0.56
HSL 222º 0.15% 0.38% -
HSV(B) 222º 0.27% 0.44% -
XYZ 10.38 10.69 17.14 -
YUV 91.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 83 92 113 0.27 0.19 0 0.56 222 0.15 0.38
Hex 53 5C 71 1B 13 0 38 DE F 26
Octal 123 134 161 33 23 0 70 336 17 46
Binary 1010011 1011100 1110001 11011 10011 0 111000 11011110 1111 100110

Color Harmonies of #535C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C71

Black with #535C71

Text Example


Text Example

White with #535C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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