Html Css Color HEX #526B72 Bismark

📋 copy color: '#526B72'

red 82 ◦ green 107 ◦ blue 114

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

Shades of Bismark #526B72

Tints of Bismark #526B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 27.06%
G = 35.31%
B = 37.62%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#526B72 (or 0x526B72) is known color: Bismark. HEX triplet: 52, 6B and 72. RGB value is (82,107,114). Sum of RGB (Red+Green+Blue) = 82+107+114=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #526B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B72 is #AD948D. Grayscale: #646464. Windows color (decimal): -11375758 or 7498578. OLE color: 7498578.

HSL color Cylindrical-coordinate representation of color #526B72: hue angle of 193.12º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526B72 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 107 114 -
CMYK 0.28 0.06 0 0.55
HSL 193.13º 0.16% 0.38% -
HSV(B) 193.13º 0.28% 0.45% -
XYZ 11.77 13.52 17.91 -
YUV 100.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 82 107 114 0.28 0.06 0 0.55 193.13 0.16 0.38
Hex 52 6B 72 1C 6 0 37 C1 10 26
Octal 122 153 162 34 6 0 67 301 20 46
Binary 1010010 1101011 1110010 11100 110 0 110111 11000001 10000 100110

Color Harmonies of #526B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B72

Black with #526B72

Text Example


Text Example

White with #526B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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