Html Css Color HEX #526A77 Bismark

📋 copy color: '#526A77'

red 82 ◦ green 106 ◦ blue 119

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

Shades of Bismark #526A77

Tints of Bismark #526A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.53%

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

R = 26.71%
G = 34.53%
B = 38.76%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526A77 (or 0x526A77) is known color: Bismark. HEX triplet: 52, 6A and 77. RGB value is (82,106,119). Sum of RGB (Red+Green+Blue) = 82+106+119=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #526A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A77 is #AD9588. Grayscale: #646464. Windows color (decimal): -11376009 or 7826002. OLE color: 7826002.

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

Color convert

RGB 82 106 119 -
CMYK 0.31 0.11 0 0.53
HSL 201.08º 0.18% 0.39% -
HSV(B) 201.08º 0.31% 0.47% -
XYZ 11.96 13.43 19.42 -
YUV 100.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 82 106 119 0.31 0.11 0 0.53 201.08 0.18 0.39
Hex 52 6A 77 1F B 0 35 C9 12 27
Octal 122 152 167 37 13 0 65 311 22 47
Binary 1010010 1101010 1110111 11111 1011 0 110101 11001001 10010 100111

Color Harmonies of #526A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A77

Black with #526A77

Text Example


Text Example

White with #526A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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