Html Css Color HEX #526A76 Bismark

📋 copy color: '#526A76'

red 82 ◦ green 106 ◦ blue 118

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

Shades of Bismark #526A76

Tints of Bismark #526A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.64%

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

R = 26.8%
G = 34.64%
B = 38.56%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#526A76 (or 0x526A76) is known color: Bismark. HEX triplet: 52, 6A and 76. RGB value is (82,106,118). Sum of RGB (Red+Green+Blue) = 82+106+118=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #526A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A76 is #AD9589. Grayscale: #646464. Windows color (decimal): -11376010 or 7760466. OLE color: 7760466.

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

Color convert

RGB 82 106 118 -
CMYK 0.31 0.10 0 0.54
HSL 200º 0.18% 0.39% -
HSV(B) 200º 0.31% 0.46% -
XYZ 11.9 13.41 19.1 -
YUV 100.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 82 106 118 0.31 0.10 0 0.54 200 0.18 0.39
Hex 52 6A 76 1F A 0 36 C8 12 27
Octal 122 152 166 37 12 0 66 310 22 47
Binary 1010010 1101010 1110110 11111 1010 0 110110 11001000 10010 100111

Color Harmonies of #526A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A76

Black with #526A76

Text Example


Text Example

White with #526A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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