Html Css Color HEX #525C70 Chambray

📋 copy color: '#525C70'

red 82 ◦ green 92 ◦ blue 112

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

Shades of Chambray #525C70

Tints of Chambray #525C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

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

R = 28.67%
G = 32.17%
B = 39.16%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#525C70 (or 0x525C70) is known color: Chambray. HEX triplet: 52, 5C and 70. RGB value is (82,92,112). Sum of RGB (Red+Green+Blue) = 82+92+112=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #525C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C70 is #ADA38F. Grayscale: #5B5B5B. Windows color (decimal): -11379600 or 7363666. OLE color: 7363666.

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

Color convert

RGB 82 92 112 -
CMYK 0.27 0.18 0 0.56
HSL 220º 0.15% 0.38% -
HSV(B) 220º 0.27% 0.44% -
XYZ 10.23 10.62 16.84 -
YUV 91.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 82 92 112 0.27 0.18 0 0.56 220 0.15 0.38
Hex 52 5C 70 1B 12 0 38 DC F 26
Octal 122 134 160 33 22 0 70 334 17 46
Binary 1010010 1011100 1110000 11011 10010 0 111000 11011100 1111 100110

Color Harmonies of #525C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C70

Black with #525C70

Text Example


Text Example

White with #525C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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