Html Css Color HEX #527177 Bismark

📋 copy color: '#527177'

red 82 ◦ green 113 ◦ blue 119

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

Shades of Bismark #527177

Tints of Bismark #527177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.9%

R = 26.11%
G = 35.99%
B = 37.9%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#527177 (or 0x527177) is known color: Bismark. HEX triplet: 52, 71 and 77. RGB value is (82,113,119). Sum of RGB (Red+Green+Blue) = 82+113+119=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #527177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527177 is #AD8E88. Grayscale: #686868. Windows color (decimal): -11374217 or 7827794. OLE color: 7827794.

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

Color convert

RGB 82 113 119 -
CMYK 0.31 0.05 0 0.53
HSL 189.73º 0.18% 0.39% -
HSV(B) 189.73º 0.31% 0.47% -
XYZ 12.71 14.94 19.67 -
YUV 104.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 82 113 119 0.31 0.05 0 0.53 189.73 0.18 0.39
Hex 52 71 77 1F 5 0 35 BE 12 27
Octal 122 161 167 37 5 0 65 276 22 47
Binary 1010010 1110001 1110111 11111 101 0 110101 10111110 10010 100111

Color Harmonies of #527177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527177

Black with #527177

Text Example


Text Example

White with #527177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527177; }

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

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

background-color css

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

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

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

border-color css

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

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

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