Html Css Color HEX #526E7D Bismark

📋 copy color: '#526E7D'

red 82 ◦ green 110 ◦ blue 125

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

Shades of Bismark #526E7D

Tints of Bismark #526E7D

RGB

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

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

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

R = 25.87%
G = 34.7%
B = 39.43%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#526E7D (or 0x526E7D) is known color: Bismark. HEX triplet: 52, 6E and 7D. RGB value is (82,110,125). Sum of RGB (Red+Green+Blue) = 82+110+125=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #526E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E7D is #AD9182. Grayscale: #676767. Windows color (decimal): -11374979 or 8220242. OLE color: 8220242.

HSL color Cylindrical-coordinate representation of color #526E7D: hue angle of 200.93º 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 #526E7D is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 110 125 -
CMYK 0.34 0.12 0 0.51
HSL 200.93º 0.21% 0.41% -
HSV(B) 200.93º 0.34% 0.49% -
XYZ 12.76 14.43 21.51 -
YUV 103.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 82 110 125 0.34 0.12 0 0.51 200.93 0.21 0.41
Hex 52 6E 7D 22 C 0 33 C9 15 29
Octal 122 156 175 42 14 0 63 311 25 51
Binary 1010010 1101110 1111101 100010 1100 0 110011 11001001 10101 101001

Color Harmonies of #526E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E7D

Black with #526E7D

Text Example


Text Example

White with #526E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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