Html Css Color HEX #525979 Chambray

📋 copy color: '#525979'

red 82 ◦ green 89 ◦ blue 121

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

Shades of Chambray #525979

Tints of Chambray #525979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

 BLUE value IS 121 (47.66% from 255) = 41.44%

R = 28.08%
G = 30.48%
B = 41.44%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#525979 (or 0x525979) is known color: Chambray. HEX triplet: 52, 59 and 79. RGB value is (82,89,121). Sum of RGB (Red+Green+Blue) = 82+89+121=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 121 - color contains mainly: blue. Hex color #525979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525979 is #ADA686. Grayscale: #5A5A5A. Windows color (decimal): -11380359 or 7952722. OLE color: 7952722.

HSL color Cylindrical-coordinate representation of color #525979: hue angle of 229.23º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525979 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 89 121 -
CMYK 0.32 0.26 0 0.53
HSL 229.23º 0.19% 0.4% -
HSV(B) 229.23º 0.32% 0.47% -
XYZ 10.5 10.32 19.53 -
YUV 90.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 82 89 121 0.32 0.26 0 0.53 229.23 0.19 0.4
Hex 52 59 79 20 1A 0 35 E5 13 28
Octal 122 131 171 40 32 0 65 345 23 50
Binary 1010010 1011001 1111001 100000 11010 0 110101 11100101 10011 101000

Color Harmonies of #525979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525979

Black with #525979

Text Example


Text Example

White with #525979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525979; }

 p { color: rgb(82,89,121); }

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

background-color css

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

 a { background-color: rgb(82,89,121); }

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

border-color css

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

 span { border-color: rgb(82,89,121); }

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