Html Css Color HEX #535D70 Chambray

📋 copy color: '#535D70'

red 83 ◦ green 93 ◦ blue 112

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

Shades of Chambray #535D70

Tints of Chambray #535D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.29%

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

R = 28.82%
G = 32.29%
B = 38.89%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535D70 (or 0x535D70) is known color: Chambray. HEX triplet: 53, 5D and 70. RGB value is (83,93,112). Sum of RGB (Red+Green+Blue) = 83+93+112=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #535D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D70 is #ACA28F. Grayscale: #5C5C5C. Windows color (decimal): -11313808 or 7363923. OLE color: 7363923.

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

Color convert

RGB 83 93 112 -
CMYK 0.26 0.17 0 0.56
HSL 219.31º 0.15% 0.38% -
HSV(B) 219.31º 0.26% 0.44% -
XYZ 10.41 10.84 16.87 -
YUV 92.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 83 93 112 0.26 0.17 0 0.56 219.31 0.15 0.38
Hex 53 5D 70 1A 11 0 38 DB F 26
Octal 123 135 160 32 21 0 70 333 17 46
Binary 1010011 1011101 1110000 11010 10001 0 111000 11011011 1111 100110

Color Harmonies of #535D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D70

Black with #535D70

Text Example


Text Example

White with #535D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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