Html Css Color HEX #526D77 Bismark

📋 copy color: '#526D77'

red 82 ◦ green 109 ◦ blue 119

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

Shades of Bismark #526D77

Tints of Bismark #526D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.39%

R = 26.45%
G = 35.16%
B = 38.39%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526D77 (or 0x526D77) is known color: Bismark. HEX triplet: 52, 6D and 77. RGB value is (82,109,119). Sum of RGB (Red+Green+Blue) = 82+109+119=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 119 - color contains mainly: blue. Hex color #526D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D77 is #AD9288. Grayscale: #666666. Windows color (decimal): -11375241 or 7826770. OLE color: 7826770.

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

Color convert

RGB 82 109 119 -
CMYK 0.31 0.08 0 0.53
HSL 196.22º 0.18% 0.39% -
HSV(B) 196.22º 0.31% 0.47% -
XYZ 12.28 14.06 19.52 -
YUV 102.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 82 109 119 0.31 0.08 0 0.53 196.22 0.18 0.39
Hex 52 6D 77 1F 8 0 35 C4 12 27
Octal 122 155 167 37 10 0 65 304 22 47
Binary 1010010 1101101 1110111 11111 1000 0 110101 11000100 10010 100111

Color Harmonies of #526D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D77

Black with #526D77

Text Example


Text Example

White with #526D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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