#285583

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

Shades of Endeavour #285583

Tints of Endeavour #285583

Color information

#285583 (or 0x285583) is unknown color: approx Endeavour. HEX triplet: 28, 55 and 83. RGB value is (40,85,131). Sum of RGB (Red+Green+Blue) = 40+85+131=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #285583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285583 is #D7AA7C. Grayscale: #4C4C4C. Windows color (decimal): -14133885 or 8607016. OLE color: 8607016.

HSL color Cylindrical-coordinate representation of color #285583: hue angle of 210.33º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285583 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4085131-
CMYK0.690.3500.49
HSL210.33º53.22%33.53%-
HSV(B)210.33º69.47%51.37%-
XYZ8.228.5922.7-
YUV76.79158.59101.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.62%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 131 (51.56% from 255) = 51.17%
R=15.62%
G=33.20%
B=51.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40851310.690.3500.49210.3353.2233.53
Hex2855834523031d23522
Octal50125203105430613226542
Binary1010001010101100000111000101100011011000111010010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285583; }

 p { color: rgb(40,85,131); }

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

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

 a { background-color: rgb(40,85,131); }

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

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

 span { border-color: rgb(40,85,131); }

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