#155582

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

Shades of Bahama Blue #155582

Tints of Bahama Blue #155582

Color information

#155582 (or 0x155582) is unknown color: approx Bahama Blue. HEX triplet: 15, 55 and 82. RGB value is (21,85,130). Sum of RGB (Red+Green+Blue) = 21+85+130=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #155582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155582 is #EAAA7D. Grayscale: #464646. Windows color (decimal): -15379070 or 8541461. OLE color: 8541461.

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

Color convert

RGB2185130-
CMYK0.840.3500.49
HSL204.77º72.19%29.61%-
HSV(B)204.77º83.85%50.98%-
XYZ7.598.2722.32-
YUV70.99161.392.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.90%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 130 (51.17% from 255) = 55.08%
R=8.90%
G=36.02%
B=55.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21851300.840.3500.49204.7772.1929.61
Hex1555825423031cd481e
Octal251252021244306131511036
Binary101011010101100000101010100100011011000111001101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155582; }

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

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

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

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

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

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

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

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