Html Css Color HEX #526C77 Bismark

📋 copy color: '#526C77'

red 82 ◦ green 108 ◦ blue 119

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

Shades of Bismark #526C77

Tints of Bismark #526C77

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

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

R = 26.54%
G = 34.95%
B = 38.51%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526C77 (or 0x526C77) is known color: Bismark. HEX triplet: 52, 6C and 77. RGB value is (82,108,119). Sum of RGB (Red+Green+Blue) = 82+108+119=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #526C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C77 is #AD9388. Grayscale: #656565. Windows color (decimal): -11375497 or 7826514. OLE color: 7826514.

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

Color convert

RGB 82 108 119 -
CMYK 0.31 0.09 0 0.53
HSL 197.84º 0.18% 0.39% -
HSV(B) 197.84º 0.31% 0.47% -
XYZ 12.17 13.85 19.48 -
YUV 101.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 82 108 119 0.31 0.09 0 0.53 197.84 0.18 0.39
Hex 52 6C 77 1F 9 0 35 C6 12 27
Octal 122 154 167 37 11 0 65 306 22 47
Binary 1010010 1101100 1110111 11111 1001 0 110101 11000110 10010 100111

Color Harmonies of #526C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C77

Black with #526C77

Text Example


Text Example

White with #526C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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