#536775

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

Shades of Bismark #536775

Tints of Bismark #536775

Color information

#536775 (or 0x536775) is unknown color: approx Bismark. HEX triplet: 53, 67 and 75. RGB value is (83,103,117). Sum of RGB (Red+Green+Blue) = 83+103+117=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #536775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536775 is #AC988A. Grayscale: #626262. Windows color (decimal): -11311243 or 7694163. OLE color: 7694163.

HSL color Cylindrical-coordinate representation of color #536775: hue angle of 204.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #536775 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB83103117-
CMYK0.290.1200.54
HSL204.71º17%39.22%-
HSV(B)204.71º29.06%45.88%-
XYZ11.6312.8218.69-
YUV98.62138.37116.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=27.39%
G=33.99%
B=38.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831031170.290.1200.54204.711739.22
Hex5367751DC036cd1127
Octal12314716535140663152147
Binary10100111100111111010111101110001101101100110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536775; }

 p { color: rgb(83,103,117); }

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

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

 a { background-color: rgb(83,103,117); }

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

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

 span { border-color: rgb(83,103,117); }

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