#536B7B

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

Shades of Bismark #536B7B

Tints of Bismark #536B7B

Color information

#536B7B (or 0x536B7B) is unknown color: approx Bismark. HEX triplet: 53, 6B and 7B. RGB value is (83,107,123). Sum of RGB (Red+Green+Blue) = 83+107+123=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #536B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B7B is #AC9484. Grayscale: #656565. Windows color (decimal): -11310213 or 8088403. OLE color: 8088403.

HSL color Cylindrical-coordinate representation of color #536B7B: hue angle of 204º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #536B7B is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB83107123-
CMYK0.330.1300.52
HSL204º19.42%40.39%-
HSV(B)204º32.52%48.24%-
XYZ12.413.7820.75-
YUV101.65140.05114.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=26.52%
G=34.19%
B=39.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831071230.330.1300.5220419.4240.39
Hex536B7B21D034cc1328
Octal12315317341150643142350
Binary101001111010111111011100001110101101001100110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536B7B; }

 p { color: rgb(83,107,123); }

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

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

 a { background-color: rgb(83,107,123); }

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

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

 span { border-color: rgb(83,107,123); }

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