Html Css Color HEX #526176 Chambray

📋 copy color: '#526176'

red 82 ◦ green 97 ◦ blue 118

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

Shades of Chambray #526176

Tints of Chambray #526176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 27.61%
G = 32.66%
B = 39.73%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#526176 (or 0x526176) is known color: Chambray. HEX triplet: 52, 61 and 76. RGB value is (82,97,118). Sum of RGB (Red+Green+Blue) = 82+97+118=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #526176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526176 is #AD9E89. Grayscale: #5E5E5E. Windows color (decimal): -11378314 or 7758162. OLE color: 7758162.

HSL color Cylindrical-coordinate representation of color #526176: hue angle of 215º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526176 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 97 118 -
CMYK 0.31 0.18 0 0.54
HSL 215º 0.18% 0.39% -
HSV(B) 215º 0.31% 0.46% -
XYZ 11.02 11.65 18.81 -
YUV 94.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 82 97 118 0.31 0.18 0 0.54 215 0.18 0.39
Hex 52 61 76 1F 12 0 36 D7 12 27
Octal 122 141 166 37 22 0 66 327 22 47
Binary 1010010 1100001 1110110 11111 10010 0 110110 11010111 10010 100111

Color Harmonies of #526176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526176

Black with #526176

Text Example


Text Example

White with #526176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526176; }

 p { color: rgb(82,97,118); }

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

background-color css

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

 a { background-color: rgb(82,97,118); }

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

border-color css

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

 span { border-color: rgb(82,97,118); }

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