Html Css Color HEX #527584 Bismark

📋 copy color: '#527584'

red 82 ◦ green 117 ◦ blue 132

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

Shades of Bismark #527584

Tints of Bismark #527584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.35%

 BLUE value IS 132 (51.95% from 255) = 39.88%

R = 24.77%
G = 35.35%
B = 39.88%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#527584 (or 0x527584) is known color: Bismark. HEX triplet: 52, 75 and 84. RGB value is (82,117,132). Sum of RGB (Red+Green+Blue) = 82+117+132=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #527584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527584 is #AD8A7B. Grayscale: #6C6C6C. Windows color (decimal): -11373180 or 8680786. OLE color: 8680786.

HSL color Cylindrical-coordinate representation of color #527584: hue angle of 198º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #527584 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 117 132 -
CMYK 0.38 0.11 0 0.48
HSL 198º 0.23% 0.42% -
HSV(B) 198º 0.38% 0.52% -
XYZ 14.01 16.18 24.22 -
YUV 108.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 82 117 132 0.38 0.11 0 0.48 198 0.23 0.42
Hex 52 75 84 26 B 0 30 C6 17 2A
Octal 122 165 204 46 13 0 60 306 27 52
Binary 1010010 1110101 10000100 100110 1011 0 110000 11000110 10111 101010

Color Harmonies of #527584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527584

Black with #527584

Text Example


Text Example

White with #527584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527584; }

 p { color: rgb(82,117,132); }

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

background-color css

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

 a { background-color: rgb(82,117,132); }

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

border-color css

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

 span { border-color: rgb(82,117,132); }

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