#255580

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

Shades of Bahama Blue #255580

Tints of Bahama Blue #255580

Color information

#255580 (or 0x255580) is unknown color: approx Bahama Blue. HEX triplet: 25, 55 and 80. RGB value is (37,85,128). Sum of RGB (Red+Green+Blue) = 37+85+128=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #255580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255580 is #DAAA7F. Grayscale: #4B4B4B. Windows color (decimal): -14330496 or 8410405. OLE color: 8410405.

HSL color Cylindrical-coordinate representation of color #255580: hue angle of 208.35º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255580 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3785128-
CMYK0.710.3400.50
HSL208.35º55.15%32.35%-
HSV(B)208.35º71.09%50.2%-
XYZ7.918.4521.64-
YUV75.55157.6100.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 128 (50.39% from 255) = 51.2%
R=14.8%
G=34%
B=51.2%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37851280.710.3400.50208.3555.1532.35
Hex2555804722032d03720
Octal45125200107420623206740
Binary1001011010101100000001000111100010011001011010000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255580; }

 p { color: rgb(37,85,128); }

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

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

 a { background-color: rgb(37,85,128); }

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

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

 span { border-color: rgb(37,85,128); }

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