Html Css Color HEX #526F79 Bismark

📋 copy color: '#526F79'

red 82 ◦ green 111 ◦ blue 121

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

Shades of Bismark #526F79

Tints of Bismark #526F79

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

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

R = 26.11%
G = 35.35%
B = 38.54%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526F79 (or 0x526F79) is known color: Bismark. HEX triplet: 52, 6F and 79. RGB value is (82,111,121). Sum of RGB (Red+Green+Blue) = 82+111+121=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #526F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F79 is #AD9086. Grayscale: #676767. Windows color (decimal): -11374727 or 7958354. OLE color: 7958354.

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

Color convert

RGB 82 111 121 -
CMYK 0.32 0.08 0 0.53
HSL 195.38º 0.19% 0.4% -
HSV(B) 195.38º 0.32% 0.47% -
XYZ 12.62 14.54 20.23 -
YUV 103.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 82 111 121 0.32 0.08 0 0.53 195.38 0.19 0.4
Hex 52 6F 79 20 8 0 35 C3 13 28
Octal 122 157 171 40 10 0 65 303 23 50
Binary 1010010 1101111 1111001 100000 1000 0 110101 11000011 10011 101000

Color Harmonies of #526F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F79

Black with #526F79

Text Example


Text Example

White with #526F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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