Html Css Color HEX #525F70 Chambray

📋 copy color: '#525F70'

red 82 ◦ green 95 ◦ blue 112

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

Shades of Chambray #525F70

Tints of Chambray #525F70

RGB

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

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

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

R = 28.37%
G = 32.87%
B = 38.75%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#525F70 (or 0x525F70) is known color: Chambray. HEX triplet: 52, 5F and 70. RGB value is (82,95,112). Sum of RGB (Red+Green+Blue) = 82+95+112=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 95 (37.5% from 255 or 32.87% 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 #525F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F70 is #ADA08F. Grayscale: #5C5C5C. Windows color (decimal): -11378832 or 7364434. OLE color: 7364434.

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

Color convert

RGB 82 95 112 -
CMYK 0.27 0.15 0 0.56
HSL 214º 0.15% 0.38% -
HSV(B) 214º 0.27% 0.44% -
XYZ 10.5 11.15 16.93 -
YUV 93.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 82 95 112 0.27 0.15 0 0.56 214 0.15 0.38
Hex 52 5F 70 1B F 0 38 D6 F 26
Octal 122 137 160 33 17 0 70 326 17 46
Binary 1010010 1011111 1110000 11011 1111 0 111000 11010110 1111 100110

Color Harmonies of #525F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F70

Black with #525F70

Text Example


Text Example

White with #525F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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