Html Css Color HEX #526E77 Bismark

📋 copy color: '#526E77'

red 82 ◦ green 110 ◦ blue 119

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

Shades of Bismark #526E77

Tints of Bismark #526E77

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

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

R = 26.37%
G = 35.37%
B = 38.26%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#526E77 (or 0x526E77) is known color: Bismark. HEX triplet: 52, 6E and 77. RGB value is (82,110,119). Sum of RGB (Red+Green+Blue) = 82+110+119=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #526E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E77 is #AD9188. Grayscale: #666666. Windows color (decimal): -11374985 or 7827026. OLE color: 7827026.

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

Color convert

RGB 82 110 119 -
CMYK 0.31 0.08 0 0.53
HSL 194.59º 0.18% 0.39% -
HSV(B) 194.59º 0.31% 0.47% -
XYZ 12.39 14.28 19.56 -
YUV 102.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 82 110 119 0.31 0.08 0 0.53 194.59 0.18 0.39
Hex 52 6E 77 1F 8 0 35 C3 12 27
Octal 122 156 167 37 10 0 65 303 22 47
Binary 1010010 1101110 1110111 11111 1000 0 110101 11000011 10010 100111

Color Harmonies of #526E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E77

Black with #526E77

Text Example


Text Example

White with #526E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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