Html Css Color HEX #526079 Chambray

📋 copy color: '#526079'

red 82 ◦ green 96 ◦ blue 121

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

Shades of Chambray #526079

Tints of Chambray #526079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

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

R = 27.42%
G = 32.11%
B = 40.47%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526079 (or 0x526079) is known color: Chambray. HEX triplet: 52, 60 and 79. RGB value is (82,96,121). Sum of RGB (Red+Green+Blue) = 82+96+121=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #526079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526079 is #AD9F86. Grayscale: #5E5E5E. Windows color (decimal): -11378567 or 7954514. OLE color: 7954514.

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

Color convert

RGB 82 96 121 -
CMYK 0.32 0.21 0 0.53
HSL 218.46º 0.19% 0.4% -
HSV(B) 218.46º 0.32% 0.47% -
XYZ 11.11 11.54 19.73 -
YUV 94.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 82 96 121 0.32 0.21 0 0.53 218.46 0.19 0.4
Hex 52 60 79 20 15 0 35 DA 13 28
Octal 122 140 171 40 25 0 65 332 23 50
Binary 1010010 1100000 1111001 100000 10101 0 110101 11011010 10011 101000

Color Harmonies of #526079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526079

Black with #526079

Text Example


Text Example

White with #526079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526079; }

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

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

background-color css

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

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

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

border-color css

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

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

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