#283557

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

Shades of Biscay #283557

Tints of Biscay #283557

Color information

#283557 (or 0x283557) is unknown color: approx Biscay. HEX triplet: 28, 35 and 57. RGB value is (40,53,87). Sum of RGB (Red+Green+Blue) = 40+53+87=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #283557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283557 is #D7CAA8. Grayscale: #343434. Windows color (decimal): -14142121 or 5715240. OLE color: 5715240.

HSL color Cylindrical-coordinate representation of color #283557: hue angle of 223.4º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #283557 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB405387-
CMYK0.540.3900.66
HSL223.4º37.01%24.9%-
HSV(B)223.4º54.02%34.12%-
XYZ3.873.699.52-
YUV52.99147.19118.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.22%
GREEN value IS 53 (21.09% from 255) = 29.44%
BLUE value IS 87 (34.38% from 255) = 48.33%
R=22.22%
G=29.44%
B=48.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4053870.540.3900.66223.437.0124.9
Hex2835573627042df2519
Octal5065127664701023374531
Binary1010001101011010111110110100111010000101101111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283557; }

 p { color: rgb(40,53,87); }

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

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

 a { background-color: rgb(40,53,87); }

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

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

 span { border-color: rgb(40,53,87); }

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