Html Css Color HEX #526B73 Bismark

📋 copy color: '#526B73'

red 82 ◦ green 107 ◦ blue 115

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

Shades of Bismark #526B73

Tints of Bismark #526B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.2%

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

R = 26.97%
G = 35.2%
B = 37.83%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#526B73 (or 0x526B73) is known color: Bismark. HEX triplet: 52, 6B and 73. RGB value is (82,107,115). Sum of RGB (Red+Green+Blue) = 82+107+115=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #526B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B73 is #AD948C. Grayscale: #646464. Windows color (decimal): -11375757 or 7564114. OLE color: 7564114.

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

Color convert

RGB 82 107 115 -
CMYK 0.29 0.07 0 0.55
HSL 194.55º 0.17% 0.39% -
HSV(B) 194.55º 0.29% 0.45% -
XYZ 11.83 13.55 18.21 -
YUV 100.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 82 107 115 0.29 0.07 0 0.55 194.55 0.17 0.39
Hex 52 6B 73 1D 7 0 37 C3 11 27
Octal 122 153 163 35 7 0 67 303 21 47
Binary 1010010 1101011 1110011 11101 111 0 110111 11000011 10001 100111

Color Harmonies of #526B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B73

Black with #526B73

Text Example


Text Example

White with #526B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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