Html Css Color HEX #527277 Bismark

📋 copy color: '#527277'

red 82 ◦ green 114 ◦ blue 119

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

Shades of Bismark #527277

Tints of Bismark #527277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

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

R = 26.03%
G = 36.19%
B = 37.78%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#527277 (or 0x527277) is known color: Bismark. HEX triplet: 52, 72 and 77. RGB value is (82,114,119). Sum of RGB (Red+Green+Blue) = 82+114+119=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #527277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527277 is #AD8D88. Grayscale: #686868. Windows color (decimal): -11373961 or 7828050. OLE color: 7828050.

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

Color convert

RGB 82 114 119 -
CMYK 0.31 0.04 0 0.53
HSL 188.11º 0.18% 0.39% -
HSV(B) 188.11º 0.31% 0.47% -
XYZ 12.83 15.16 19.7 -
YUV 105 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 82 114 119 0.31 0.04 0 0.53 188.11 0.18 0.39
Hex 52 72 77 1F 4 0 35 BC 12 27
Octal 122 162 167 37 4 0 65 274 22 47
Binary 1010010 1110010 1110111 11111 100 0 110101 10111100 10010 100111

Color Harmonies of #527277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527277

Black with #527277

Text Example


Text Example

White with #527277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527277; }

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

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

background-color css

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

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

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

border-color css

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

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

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