#155590

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

Shades of Endeavour #155590

Tints of Endeavour #155590

Color information

#155590 (or 0x155590) is unknown color: approx Endeavour. HEX triplet: 15, 55 and 90. RGB value is (21,85,144). Sum of RGB (Red+Green+Blue) = 21+85+144=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #155590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155590 is #EAAA6F. Grayscale: #484848. Windows color (decimal): -15379056 or 9458965. OLE color: 9458965.

HSL color Cylindrical-coordinate representation of color #155590: hue angle of 208.78º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155590 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2185144-
CMYK0.850.4100.44
HSL208.78º74.55%32.35%-
HSV(B)208.78º85.42%56.47%-
XYZ8.598.6727.61-
YUV72.59168.391.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.4%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 144 (56.64% from 255) = 57.6%
R=8.4%
G=34%
B=57.6%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21851440.850.4100.44208.7874.5532.35
Hex155590552902Cd14b20
Octal251252201255105432111340
Binary1010110101011001000010101011010010101100110100011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155590; }

 p { color: rgb(21,85,144); }

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

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

 a { background-color: rgb(21,85,144); }

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

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

 span { border-color: rgb(21,85,144); }

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