Html Css Color HEX #526A79 Bismark

📋 copy color: '#526A79'

red 82 ◦ green 106 ◦ blue 121

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

Shades of Bismark #526A79

Tints of Bismark #526A79

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

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

R = 26.54%
G = 34.3%
B = 39.16%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526A79 (or 0x526A79) is known color: Bismark. HEX triplet: 52, 6A and 79. RGB value is (82,106,121). Sum of RGB (Red+Green+Blue) = 82+106+121=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #526A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A79 is #AD9586. Grayscale: #646464. Windows color (decimal): -11376007 or 7957074. OLE color: 7957074.

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

Color convert

RGB 82 106 121 -
CMYK 0.32 0.12 0 0.53
HSL 203.08º 0.19% 0.4% -
HSV(B) 203.08º 0.32% 0.47% -
XYZ 12.08 13.48 20.05 -
YUV 100.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 82 106 121 0.32 0.12 0 0.53 203.08 0.19 0.4
Hex 52 6A 79 20 C 0 35 CB 13 28
Octal 122 152 171 40 14 0 65 313 23 50
Binary 1010010 1101010 1111001 100000 1100 0 110101 11001011 10011 101000

Color Harmonies of #526A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A79

Black with #526A79

Text Example


Text Example

White with #526A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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