Html Css Color HEX #527176 Bismark

📋 copy color: '#527176'

red 82 ◦ green 113 ◦ blue 118

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

Shades of Bismark #527176

Tints of Bismark #527176

RGB

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

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

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

R = 26.2%
G = 36.1%
B = 37.7%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#527176 (or 0x527176) is known color: Bismark. HEX triplet: 52, 71 and 76. RGB value is (82,113,118). Sum of RGB (Red+Green+Blue) = 82+113+118=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #527176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527176 is #AD8E89. Grayscale: #686868. Windows color (decimal): -11374218 or 7762258. OLE color: 7762258.

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

Color convert

RGB 82 113 118 -
CMYK 0.31 0.04 0 0.54
HSL 188.33º 0.18% 0.39% -
HSV(B) 188.33º 0.31% 0.46% -
XYZ 12.65 14.91 19.35 -
YUV 104.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 82 113 118 0.31 0.04 0 0.54 188.33 0.18 0.39
Hex 52 71 76 1F 4 0 36 BC 12 27
Octal 122 161 166 37 4 0 66 274 22 47
Binary 1010010 1110001 1110110 11111 100 0 110110 10111100 10010 100111

Color Harmonies of #527176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527176

Black with #527176

Text Example


Text Example

White with #527176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527176; }

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

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

background-color css

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

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

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

border-color css

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

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

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