Html Css Color HEX #535E70 Chambray

📋 copy color: '#535E70'

red 83 ◦ green 94 ◦ blue 112

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

Shades of Chambray #535E70

Tints of Chambray #535E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 28.72%
G = 32.53%
B = 38.75%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535E70 (or 0x535E70) is known color: Chambray. HEX triplet: 53, 5E and 70. RGB value is (83,94,112). Sum of RGB (Red+Green+Blue) = 83+94+112=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #535E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E70 is #ACA18F. Grayscale: #5C5C5C. Windows color (decimal): -11313552 or 7364179. OLE color: 7364179.

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

Color convert

RGB 83 94 112 -
CMYK 0.26 0.16 0 0.56
HSL 217.24º 0.15% 0.38% -
HSV(B) 217.24º 0.26% 0.44% -
XYZ 10.49 11.01 16.9 -
YUV 92.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 83 94 112 0.26 0.16 0 0.56 217.24 0.15 0.38
Hex 53 5E 70 1A 10 0 38 D9 F 26
Octal 123 136 160 32 20 0 70 331 17 46
Binary 1010011 1011110 1110000 11010 10000 0 111000 11011001 1111 100110

Color Harmonies of #535E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E70

Black with #535E70

Text Example


Text Example

White with #535E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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