Html Css Color HEX #526C76 Bismark

📋 copy color: '#526C76'

red 82 ◦ green 108 ◦ blue 118

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

Shades of Bismark #526C76

Tints of Bismark #526C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.06%

 BLUE value IS 118 (46.48% from 255) = 38.31%

R = 26.62%
G = 35.06%
B = 38.31%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#526C76 (or 0x526C76) is known color: Bismark. HEX triplet: 52, 6C and 76. RGB value is (82,108,118). Sum of RGB (Red+Green+Blue) = 82+108+118=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #526C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C76 is #AD9389. Grayscale: #656565. Windows color (decimal): -11375498 or 7760978. OLE color: 7760978.

HSL color Cylindrical-coordinate representation of color #526C76: hue angle of 196.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526C76 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 108 118 -
CMYK 0.31 0.08 0 0.54
HSL 196.67º 0.18% 0.39% -
HSV(B) 196.67º 0.31% 0.46% -
XYZ 12.11 13.83 19.17 -
YUV 101.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 82 108 118 0.31 0.08 0 0.54 196.67 0.18 0.39
Hex 52 6C 76 1F 8 0 36 C5 12 27
Octal 122 154 166 37 10 0 66 305 22 47
Binary 1010010 1101100 1110110 11111 1000 0 110110 11000101 10010 100111

Color Harmonies of #526C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C76

Black with #526C76

Text Example


Text Example

White with #526C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,108,118); }

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

background-color css

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

 a { background-color: rgb(82,108,118); }

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

border-color css

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

 span { border-color: rgb(82,108,118); }

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