Html Css Color HEX #526D73 Bismark

📋 copy color: '#526D73'

red 82 ◦ green 109 ◦ blue 115

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

Shades of Bismark #526D73

Tints of Bismark #526D73

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.62%

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 26.8%
G = 35.62%
B = 37.58%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#526D73 (or 0x526D73) is known color: Bismark. HEX triplet: 52, 6D and 73. RGB value is (82,109,115). Sum of RGB (Red+Green+Blue) = 82+109+115=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #526D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D73 is #AD928C. Grayscale: #656565. Windows color (decimal): -11375245 or 7564626. OLE color: 7564626.

HSL color Cylindrical-coordinate representation of color #526D73: hue angle of 190.91º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526D73 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 109 115 -
CMYK 0.29 0.05 0 0.55
HSL 190.91º 0.17% 0.39% -
HSV(B) 190.91º 0.29% 0.45% -
XYZ 12.04 13.97 18.28 -
YUV 101.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 82 109 115 0.29 0.05 0 0.55 190.91 0.17 0.39
Hex 52 6D 73 1D 5 0 37 BF 11 27
Octal 122 155 163 35 5 0 67 277 21 47
Binary 1010010 1101101 1110011 11101 101 0 110111 10111111 10001 100111

Color Harmonies of #526D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D73

Black with #526D73

Text Example


Text Example

White with #526D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,109,115); }

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

background-color css

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

 a { background-color: rgb(82,109,115); }

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

border-color css

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

 span { border-color: rgb(82,109,115); }

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