Html Css Color HEX #526379 Chambray

📋 copy color: '#526379'

red 82 ◦ green 99 ◦ blue 121

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

Shades of Chambray #526379

Tints of Chambray #526379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.78%

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

R = 27.15%
G = 32.78%
B = 40.07%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526379 (or 0x526379) is known color: Chambray. HEX triplet: 52, 63 and 79. RGB value is (82,99,121). Sum of RGB (Red+Green+Blue) = 82+99+121=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #526379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526379 is #AD9C86. Grayscale: #606060. Windows color (decimal): -11377799 or 7955282. OLE color: 7955282.

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

Color convert

RGB 82 99 121 -
CMYK 0.32 0.18 0 0.53
HSL 213.85º 0.19% 0.4% -
HSV(B) 213.85º 0.32% 0.47% -
XYZ 11.39 12.1 19.82 -
YUV 96.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 82 99 121 0.32 0.18 0 0.53 213.85 0.19 0.4
Hex 52 63 79 20 12 0 35 D6 13 28
Octal 122 143 171 40 22 0 65 326 23 50
Binary 1010010 1100011 1111001 100000 10010 0 110101 11010110 10011 101000

Color Harmonies of #526379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526379

Black with #526379

Text Example


Text Example

White with #526379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526379; }

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

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

background-color css

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

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

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

border-color css

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

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

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