Html Css Color HEX #525E70 Chambray

📋 copy color: '#525E70'

red 82 ◦ green 94 ◦ blue 112

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

Shades of Chambray #525E70

Tints of Chambray #525E70

RGB

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

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

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

R = 28.47%
G = 32.64%
B = 38.89%

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

#525E70 (or 0x525E70) is known color: Chambray. HEX triplet: 52, 5E and 70. RGB value is (82,94,112). Sum of RGB (Red+Green+Blue) = 82+94+112=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 94 (37.11% from 255 or 32.64% 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 #525E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E70 is #ADA18F. Grayscale: #5C5C5C. Windows color (decimal): -11379088 or 7364178. OLE color: 7364178.

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

Color convert

RGB 82 94 112 -
CMYK 0.27 0.16 0 0.56
HSL 216º 0.15% 0.38% -
HSV(B) 216º 0.27% 0.44% -
XYZ 10.41 10.97 16.9 -
YUV 92.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 82 94 112 0.27 0.16 0 0.56 216 0.15 0.38
Hex 52 5E 70 1B 10 0 38 D8 F 26
Octal 122 136 160 33 20 0 70 330 17 46
Binary 1010010 1011110 1110000 11011 10000 0 111000 11011000 1111 100110

Color Harmonies of #525E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525E70

Black with #525E70

Text Example


Text Example

White with #525E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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