Html Css Color HEX #527479 Bismark

📋 copy color: '#527479'

red 82 ◦ green 116 ◦ blue 121

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

Shades of Bismark #527479

Tints of Bismark #527479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

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

R = 25.71%
G = 36.36%
B = 37.93%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#527479 (or 0x527479) is known color: Bismark. HEX triplet: 52, 74 and 79. RGB value is (82,116,121). Sum of RGB (Red+Green+Blue) = 82+116+121=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #527479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527479 is #AD8B86. Grayscale: #6A6A6A. Windows color (decimal): -11373447 or 7959634. OLE color: 7959634.

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

Color convert

RGB 82 116 121 -
CMYK 0.32 0.04 0 0.53
HSL 187.69º 0.19% 0.4% -
HSV(B) 187.69º 0.32% 0.47% -
XYZ 13.18 15.67 20.42 -
YUV 106.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 82 116 121 0.32 0.04 0 0.53 187.69 0.19 0.4
Hex 52 74 79 20 4 0 35 BC 13 28
Octal 122 164 171 40 4 0 65 274 23 50
Binary 1010010 1110100 1111001 100000 100 0 110101 10111100 10011 101000

Color Harmonies of #527479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527479

Black with #527479

Text Example


Text Example

White with #527479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527479; }

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

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

background-color css

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

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

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

border-color css

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

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

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