Html Css Color HEX #527379 Bismark

📋 copy color: '#527379'

red 82 ◦ green 115 ◦ blue 121

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

Shades of Bismark #527379

Tints of Bismark #527379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.16%

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

R = 25.79%
G = 36.16%
B = 38.05%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#527379 (or 0x527379) is known color: Bismark. HEX triplet: 52, 73 and 79. RGB value is (82,115,121). Sum of RGB (Red+Green+Blue) = 82+115+121=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 121 - color contains mainly: blue. Hex color #527379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527379 is #AD8C86. Grayscale: #696969. Windows color (decimal): -11373703 or 7959378. OLE color: 7959378.

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

Color convert

RGB 82 115 121 -
CMYK 0.32 0.05 0 0.53
HSL 189.23º 0.19% 0.4% -
HSV(B) 189.23º 0.32% 0.47% -
XYZ 13.06 15.44 20.38 -
YUV 105.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 82 115 121 0.32 0.05 0 0.53 189.23 0.19 0.4
Hex 52 73 79 20 5 0 35 BD 13 28
Octal 122 163 171 40 5 0 65 275 23 50
Binary 1010010 1110011 1111001 100000 101 0 110101 10111101 10011 101000

Color Harmonies of #527379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527379

Black with #527379

Text Example


Text Example

White with #527379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527379; }

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

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

background-color css

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

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

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

border-color css

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

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

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