#527683

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

Shades of Bismark #527683

Tints of Bismark #527683

Color information

#527683 (or 0x527683) is unknown color: approx Bismark. HEX triplet: 52, 76 and 83. RGB value is (82,118,131). Sum of RGB (Red+Green+Blue) = 82+118+131=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 131 - color contains mainly: blue. Hex color #527683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527683 is #AD897C. Grayscale: #6C6C6C. Windows color (decimal): -11372925 or 8615506. OLE color: 8615506.

HSL color Cylindrical-coordinate representation of color #527683: hue angle of 195.92º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #527683 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB82118131-
CMYK0.370.1000.49
HSL195.92º23%41.76%-
HSV(B)195.92º37.4%51.37%-
XYZ14.0516.3923.9-
YUV108.72140.57108.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=24.77%
G=35.65%
B=39.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821181310.370.1000.49195.922341.76
Hex52768325A031c4172a
Octal12216620345120613042752
Binary1010010111011010000011100101101001100011100010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527683; }

 p { color: rgb(82,118,131); }

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

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

 a { background-color: rgb(82,118,131); }

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

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

 span { border-color: rgb(82,118,131); }

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