#255579

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

Shades of Bahama Blue #255579

Tints of Bahama Blue #255579

Color information

#255579 (or 0x255579) is unknown color: approx Bahama Blue. HEX triplet: 25, 55 and 79. RGB value is (37,85,121). Sum of RGB (Red+Green+Blue) = 37+85+121=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #255579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255579 is #DAAA86. Grayscale: #4A4A4A. Windows color (decimal): -14330503 or 7951653. OLE color: 7951653.

HSL color Cylindrical-coordinate representation of color #255579: hue angle of 205.71º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255579 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3785121-
CMYK0.690.3000.53
HSL205.71º53.16%30.98%-
HSV(B)205.71º69.42%47.45%-
XYZ7.468.2719.29-
YUV74.75154.1101.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 121 (47.66% from 255) = 49.79%
R=15.23%
G=34.98%
B=49.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37851210.690.3000.53205.7153.1630.98
Hex255579451E035ce351f
Octal45125171105360653166537
Binary1001011010101111100110001011111001101011100111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255579; }

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

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

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

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

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

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

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

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