Html Css Color HEX #535F71 Chambray

📋 copy color: '#535F71'

red 83 ◦ green 95 ◦ blue 113

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

Shades of Chambray #535F71

Tints of Chambray #535F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.65%

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

R = 28.52%
G = 32.65%
B = 38.83%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535F71 (or 0x535F71) is known color: Chambray. HEX triplet: 53, 5F and 71. RGB value is (83,95,113). Sum of RGB (Red+Green+Blue) = 83+95+113=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #535F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F71 is #ACA08E. Grayscale: #5D5D5D. Windows color (decimal): -11313295 or 7429971. OLE color: 7429971.

HSL color Cylindrical-coordinate representation of color #535F71: hue angle of 216º 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 #535F71 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 95 113 -
CMYK 0.27 0.16 0 0.56
HSL 216º 0.15% 0.38% -
HSV(B) 216º 0.27% 0.44% -
XYZ 10.64 11.22 17.23 -
YUV 93.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 83 95 113 0.27 0.16 0 0.56 216 0.15 0.38
Hex 53 5F 71 1B 10 0 38 D8 F 26
Octal 123 137 161 33 20 0 70 330 17 46
Binary 1010011 1011111 1110001 11011 10000 0 111000 11011000 1111 100110

Color Harmonies of #535F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F71

Black with #535F71

Text Example


Text Example

White with #535F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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