#527378

Color #527378 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #527378

Tints of Bismark #527378

Color information

#527378 (or 0x527378) is unknown color: approx Bismark. HEX triplet: 52, 73 and 78. RGB value is (82,115,120). Sum of RGB (Red+Green+Blue) = 82+115+120=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #527378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527378 is #AD8C87. Grayscale: #696969. Windows color (decimal): -11373704 or 7893842. OLE color: 7893842.

HSL color Cylindrical-coordinate representation of color #527378: hue angle of 187.89º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527378 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB82115120-
CMYK0.320.0400.53
HSL187.89º18.81%39.61%-
HSV(B)187.89º31.67%47.06%-
XYZ1315.4120.06-
YUV105.7136.07111.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=25.87%
G=36.28%
B=37.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821151200.320.0400.53187.8918.8139.61
Hex527378204035bc1328
Octal1221631704040652742350
Binary10100101110011111100010000010001101011011110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527378; }

 p { color: rgb(82,115,120); }

 H1.HeaderClassName
 {
   color: #527378;
 }
 .AnyTagClassName
 {
   color: #527378;
 }
</style>
background-color css

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

 a { background-color: rgb(82,115,120); }

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

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

 span { border-color: rgb(82,115,120); }

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