Html Css Color HEX #525D70 Chambray

📋 copy color: '#525D70'

red 82 ◦ green 93 ◦ blue 112

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

Shades of Chambray #525D70

Tints of Chambray #525D70

RGB

 RED value IS 82 (32.42% from 255) = 28.57%

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

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

R = 28.57%
G = 32.4%
B = 39.02%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#525D70 (or 0x525D70) is known color: Chambray. HEX triplet: 52, 5D and 70. RGB value is (82,93,112). Sum of RGB (Red+Green+Blue) = 82+93+112=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #525D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D70 is #ADA28F. Grayscale: #5B5B5B. Windows color (decimal): -11379344 or 7363922. OLE color: 7363922.

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

Color convert

RGB 82 93 112 -
CMYK 0.27 0.17 0 0.56
HSL 218º 0.15% 0.38% -
HSV(B) 218º 0.27% 0.44% -
XYZ 10.32 10.79 16.87 -
YUV 91.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 82 93 112 0.27 0.17 0 0.56 218 0.15 0.38
Hex 52 5D 70 1B 11 0 38 DA F 26
Octal 122 135 160 33 21 0 70 332 17 46
Binary 1010010 1011101 1110000 11011 10001 0 111000 11011010 1111 100110

Color Harmonies of #525D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D70

Black with #525D70

Text Example


Text Example

White with #525D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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