Html Css Color HEX #526E7C Bismark

📋 copy color: '#526E7C'

red 82 ◦ green 110 ◦ blue 124

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

Shades of Bismark #526E7C

Tints of Bismark #526E7C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 25.95%
G = 34.81%
B = 39.24%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#526E7C (or 0x526E7C) is known color: Bismark. HEX triplet: 52, 6E and 7C. RGB value is (82,110,124). Sum of RGB (Red+Green+Blue) = 82+110+124=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #526E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E7C is #AD9183. Grayscale: #676767. Windows color (decimal): -11374980 or 8154706. OLE color: 8154706.

HSL color Cylindrical-coordinate representation of color #526E7C: hue angle of 200º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #526E7C is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 110 124 -
CMYK 0.34 0.11 0 0.51
HSL 200º 0.2% 0.4% -
HSV(B) 200º 0.34% 0.49% -
XYZ 12.69 14.4 21.18 -
YUV 103.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 82 110 124 0.34 0.11 0 0.51 200 0.2 0.4
Hex 52 6E 7C 22 B 0 33 C8 14 28
Octal 122 156 174 42 13 0 63 310 24 50
Binary 1010010 1101110 1111100 100010 1011 0 110011 11001000 10100 101000

Color Harmonies of #526E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E7C

Black with #526E7C

Text Example


Text Example

White with #526E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,110,124); }

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

background-color css

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

 a { background-color: rgb(82,110,124); }

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

border-color css

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

 span { border-color: rgb(82,110,124); }

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