Html Css Color HEX #527076 Bismark

📋 copy color: '#527076'

red 82 ◦ green 112 ◦ blue 118

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

Shades of Bismark #527076

Tints of Bismark #527076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 26.28%
G = 35.9%
B = 37.82%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#527076 (or 0x527076) is known color: Bismark. HEX triplet: 52, 70 and 76. RGB value is (82,112,118). Sum of RGB (Red+Green+Blue) = 82+112+118=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #527076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527076 is #AD8F89. Grayscale: #676767. Windows color (decimal): -11374474 or 7762002. OLE color: 7762002.

HSL color Cylindrical-coordinate representation of color #527076: hue angle of 190º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527076 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 112 118 -
CMYK 0.31 0.05 0 0.54
HSL 190º 0.18% 0.39% -
HSV(B) 190º 0.31% 0.46% -
XYZ 12.54 14.69 19.31 -
YUV 103.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 82 112 118 0.31 0.05 0 0.54 190 0.18 0.39
Hex 52 70 76 1F 5 0 36 BE 12 27
Octal 122 160 166 37 5 0 66 276 22 47
Binary 1010010 1110000 1110110 11111 101 0 110110 10111110 10010 100111

Color Harmonies of #527076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527076

Black with #527076

Text Example


Text Example

White with #527076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527076; }

 p { color: rgb(82,112,118); }

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

background-color css

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

 a { background-color: rgb(82,112,118); }

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

border-color css

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

 span { border-color: rgb(82,112,118); }

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