Html Css Color HEX #527179 Bismark

📋 copy color: '#527179'

red 82 ◦ green 113 ◦ blue 121

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

Shades of Bismark #527179

Tints of Bismark #527179

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

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

R = 25.95%
G = 35.76%
B = 38.29%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#527179 (or 0x527179) is known color: Bismark. HEX triplet: 52, 71 and 79. RGB value is (82,113,121). Sum of RGB (Red+Green+Blue) = 82+113+121=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 121 - color contains mainly: blue. Hex color #527179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527179 is #AD8E86. Grayscale: #686868. Windows color (decimal): -11374215 or 7958866. OLE color: 7958866.

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

Color convert

RGB 82 113 121 -
CMYK 0.32 0.07 0 0.53
HSL 192.31º 0.19% 0.4% -
HSV(B) 192.31º 0.32% 0.47% -
XYZ 12.84 14.98 20.3 -
YUV 104.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 82 113 121 0.32 0.07 0 0.53 192.31 0.19 0.4
Hex 52 71 79 20 7 0 35 C0 13 28
Octal 122 161 171 40 7 0 65 300 23 50
Binary 1010010 1110001 1111001 100000 111 0 110101 11000000 10011 101000

Color Harmonies of #527179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527179

Black with #527179

Text Example


Text Example

White with #527179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527179; }

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

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

background-color css

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

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

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

border-color css

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

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

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