#155583

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

Shades of Bahama Blue #155583

Tints of Bahama Blue #155583

Color information

#155583 (or 0x155583) is unknown color: approx Bahama Blue. HEX triplet: 15, 55 and 83. RGB value is (21,85,131). Sum of RGB (Red+Green+Blue) = 21+85+131=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #155583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155583 is #EAAA7C. Grayscale: #464646. Windows color (decimal): -15379069 or 8606997. OLE color: 8606997.

HSL color Cylindrical-coordinate representation of color #155583: hue angle of 205.09º 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 #155583 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2185131-
CMYK0.840.3500.49
HSL205.09º72.37%29.8%-
HSV(B)205.09º83.97%51.37%-
XYZ7.658.322.67-
YUV71.11161.892.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.86%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 131 (51.56% from 255) = 55.27%
R=8.86%
G=35.86%
B=55.27%

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
Decimal21851310.840.3500.49205.0972.3729.8
Hex1555835423031cd481e
Octal251252031244306131511036
Binary101011010101100000111010100100011011000111001101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155583; }

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

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

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

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

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

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

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

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