Html Css Color HEX #526E79 Bismark

📋 copy color: '#526E79'

red 82 ◦ green 110 ◦ blue 121

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

Shades of Bismark #526E79

Tints of Bismark #526E79

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 121 (47.66% from 255) = 38.66%

R = 26.2%
G = 35.14%
B = 38.66%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526E79 (or 0x526E79) is known color: Bismark. HEX triplet: 52, 6E and 79. RGB value is (82,110,121). Sum of RGB (Red+Green+Blue) = 82+110+121=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 121 - color contains mainly: blue. Hex color #526E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E79 is #AD9186. Grayscale: #666666. Windows color (decimal): -11374983 or 7958098. OLE color: 7958098.

HSL color Cylindrical-coordinate representation of color #526E79: hue angle of 196.92º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526E79 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 110 121 -
CMYK 0.32 0.09 0 0.53
HSL 196.92º 0.19% 0.4% -
HSV(B) 196.92º 0.32% 0.47% -
XYZ 12.51 14.33 20.2 -
YUV 102.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 82 110 121 0.32 0.09 0 0.53 196.92 0.19 0.4
Hex 52 6E 79 20 9 0 35 C5 13 28
Octal 122 156 171 40 11 0 65 305 23 50
Binary 1010010 1101110 1111001 100000 1001 0 110101 11000101 10011 101000

Color Harmonies of #526E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E79

Black with #526E79

Text Example


Text Example

White with #526E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,110,121); }

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

background-color css

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

 a { background-color: rgb(82,110,121); }

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

border-color css

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

 span { border-color: rgb(82,110,121); }

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