Html Css Color HEX #526276 Chambray

📋 copy color: '#526276'

red 82 ◦ green 98 ◦ blue 118

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

Shades of Chambray #526276

Tints of Chambray #526276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

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

R = 27.52%
G = 32.89%
B = 39.6%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#526276 (or 0x526276) is known color: Chambray. HEX triplet: 52, 62 and 76. RGB value is (82,98,118). Sum of RGB (Red+Green+Blue) = 82+98+118=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #526276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526276 is #AD9D89. Grayscale: #5F5F5F. Windows color (decimal): -11378058 or 7758418. OLE color: 7758418.

HSL color Cylindrical-coordinate representation of color #526276: hue angle of 213.33º 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 #526276 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 98 118 -
CMYK 0.31 0.17 0 0.54
HSL 213.33º 0.18% 0.39% -
HSV(B) 213.33º 0.31% 0.46% -
XYZ 11.12 11.84 18.84 -
YUV 95.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 82 98 118 0.31 0.17 0 0.54 213.33 0.18 0.39
Hex 52 62 76 1F 11 0 36 D5 12 27
Octal 122 142 166 37 21 0 66 325 22 47
Binary 1010010 1100010 1110110 11111 10001 0 110110 11010101 10010 100111

Color Harmonies of #526276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526276

Black with #526276

Text Example


Text Example

White with #526276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526276; }

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

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

background-color css

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

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

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

border-color css

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

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

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