Html Css Color HEX #526972 Bismark

📋 copy color: '#526972'

red 82 ◦ green 105 ◦ blue 114

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

Shades of Bismark #526972

Tints of Bismark #526972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.88%

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 27.24%
G = 34.88%
B = 37.87%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#526972 (or 0x526972) is known color: Bismark. HEX triplet: 52, 69 and 72. RGB value is (82,105,114). Sum of RGB (Red+Green+Blue) = 82+105+114=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #526972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526972 is #AD968D. Grayscale: #636363. Windows color (decimal): -11376270 or 7498066. OLE color: 7498066.

HSL color Cylindrical-coordinate representation of color #526972: hue angle of 196.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526972 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 105 114 -
CMYK 0.28 0.08 0 0.55
HSL 196.88º 0.16% 0.38% -
HSV(B) 196.88º 0.28% 0.45% -
XYZ 11.57 13.11 17.84 -
YUV 99.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 82 105 114 0.28 0.08 0 0.55 196.88 0.16 0.38
Hex 52 69 72 1C 8 0 37 C5 10 26
Octal 122 151 162 34 10 0 67 305 20 46
Binary 1010010 1101001 1110010 11100 1000 0 110111 11000101 10000 100110

Color Harmonies of #526972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526972

Black with #526972

Text Example


Text Example

White with #526972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526972; }

 p { color: rgb(82,105,114); }

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

background-color css

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

 a { background-color: rgb(82,105,114); }

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

border-color css

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

 span { border-color: rgb(82,105,114); }

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