Html Css Color HEX #525C79 Chambray

📋 copy color: '#525C79'

red 82 ◦ green 92 ◦ blue 121

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

Shades of Chambray #525C79

Tints of Chambray #525C79

RGB

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

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

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

R = 27.8%
G = 31.19%
B = 41.02%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#525C79 (or 0x525C79) is known color: Chambray. HEX triplet: 52, 5C and 79. RGB value is (82,92,121). Sum of RGB (Red+Green+Blue) = 82+92+121=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #525C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C79 is #ADA386. Grayscale: #5C5C5C. Windows color (decimal): -11379591 or 7953490. OLE color: 7953490.

HSL color Cylindrical-coordinate representation of color #525C79: hue angle of 224.62º 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 #525C79 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 92 121 -
CMYK 0.32 0.24 0 0.53
HSL 224.62º 0.19% 0.4% -
HSV(B) 224.62º 0.32% 0.47% -
XYZ 10.76 10.83 19.61 -
YUV 92.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 82 92 121 0.32 0.24 0 0.53 224.62 0.19 0.4
Hex 52 5C 79 20 18 0 35 E1 13 28
Octal 122 134 171 40 30 0 65 341 23 50
Binary 1010010 1011100 1111001 100000 11000 0 110101 11100001 10011 101000

Color Harmonies of #525C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C79

Black with #525C79

Text Example


Text Example

White with #525C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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