Html Css Color HEX #526D76 Bismark

📋 copy color: '#526D76'

red 82 ◦ green 109 ◦ blue 118

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

Shades of Bismark #526D76

Tints of Bismark #526D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.28%

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

R = 26.54%
G = 35.28%
B = 38.19%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#526D76 (or 0x526D76) is known color: Bismark. HEX triplet: 52, 6D and 76. RGB value is (82,109,118). Sum of RGB (Red+Green+Blue) = 82+109+118=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #526D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D76 is #AD9289. Grayscale: #656565. Windows color (decimal): -11375242 or 7761234. OLE color: 7761234.

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

Color convert

RGB 82 109 118 -
CMYK 0.31 0.08 0 0.54
HSL 195º 0.18% 0.39% -
HSV(B) 195º 0.31% 0.46% -
XYZ 12.22 14.04 19.21 -
YUV 101.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 82 109 118 0.31 0.08 0 0.54 195 0.18 0.39
Hex 52 6D 76 1F 8 0 36 C3 12 27
Octal 122 155 166 37 10 0 66 303 22 47
Binary 1010010 1101101 1110110 11111 1000 0 110110 11000011 10010 100111

Color Harmonies of #526D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D76

Black with #526D76

Text Example


Text Example

White with #526D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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