Html Css Color HEX #526175 Chambray

📋 copy color: '#526175'

red 82 ◦ green 97 ◦ blue 117

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

Shades of Chambray #526175

Tints of Chambray #526175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 27.7%
G = 32.77%
B = 39.53%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#526175 (or 0x526175) is known color: Chambray. HEX triplet: 52, 61 and 75. RGB value is (82,97,117). Sum of RGB (Red+Green+Blue) = 82+97+117=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #526175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526175 is #AD9E8A. Grayscale: #5E5E5E. Windows color (decimal): -11378315 or 7692626. OLE color: 7692626.

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

Color convert

RGB 82 97 117 -
CMYK 0.30 0.17 0 0.54
HSL 214.29º 0.18% 0.39% -
HSV(B) 214.29º 0.3% 0.46% -
XYZ 10.97 11.63 18.5 -
YUV 94.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 82 97 117 0.30 0.17 0 0.54 214.29 0.18 0.39
Hex 52 61 75 1E 11 0 36 D6 12 27
Octal 122 141 165 36 21 0 66 326 22 47
Binary 1010010 1100001 1110101 11110 10001 0 110110 11010110 10010 100111

Color Harmonies of #526175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526175

Black with #526175

Text Example


Text Example

White with #526175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526175; }

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

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

background-color css

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

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

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

border-color css

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

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

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