Html Css Color HEX #526F77 Bismark

📋 copy color: '#526F77'

red 82 ◦ green 111 ◦ blue 119

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

Shades of Bismark #526F77

Tints of Bismark #526F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.58%

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

R = 26.28%
G = 35.58%
B = 38.14%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526F77 (or 0x526F77) is known color: Bismark. HEX triplet: 52, 6F and 77. RGB value is (82,111,119). Sum of RGB (Red+Green+Blue) = 82+111+119=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #526F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F77 is #AD9088. Grayscale: #676767. Windows color (decimal): -11374729 or 7827282. OLE color: 7827282.

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

Color convert

RGB 82 111 119 -
CMYK 0.31 0.07 0 0.53
HSL 192.97º 0.18% 0.39% -
HSV(B) 192.97º 0.31% 0.47% -
XYZ 12.49 14.49 19.59 -
YUV 103.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 82 111 119 0.31 0.07 0 0.53 192.97 0.18 0.39
Hex 52 6F 77 1F 7 0 35 C1 12 27
Octal 122 157 167 37 7 0 65 301 22 47
Binary 1010010 1101111 1110111 11111 111 0 110101 11000001 10010 100111

Color Harmonies of #526F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F77

Black with #526F77

Text Example


Text Example

White with #526F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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