Html Css Color HEX #526C7D Bismark

📋 copy color: '#526C7D'

red 82 ◦ green 108 ◦ blue 125

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

Shades of Bismark #526C7D

Tints of Bismark #526C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.68%

R = 26.03%
G = 34.29%
B = 39.68%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#526C7D (or 0x526C7D) is known color: Bismark. HEX triplet: 52, 6C and 7D. RGB value is (82,108,125). Sum of RGB (Red+Green+Blue) = 82+108+125=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #526C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C7D is #AD9382. Grayscale: #666666. Windows color (decimal): -11375491 or 8219730. OLE color: 8219730.

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

Color convert

RGB 82 108 125 -
CMYK 0.34 0.14 0 0.51
HSL 203.72º 0.21% 0.41% -
HSV(B) 203.72º 0.34% 0.49% -
XYZ 12.54 14 21.44 -
YUV 102.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 82 108 125 0.34 0.14 0 0.51 203.72 0.21 0.41
Hex 52 6C 7D 22 E 0 33 CC 15 29
Octal 122 154 175 42 16 0 63 314 25 51
Binary 1010010 1101100 1111101 100010 1110 0 110011 11001100 10101 101001

Color Harmonies of #526C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C7D

Black with #526C7D

Text Example


Text Example

White with #526C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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