#285582

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

Shades of Bahama Blue #285582

Tints of Bahama Blue #285582

Color information

#285582 (or 0x285582) is unknown color: approx Bahama Blue. HEX triplet: 28, 55 and 82. RGB value is (40,85,130). Sum of RGB (Red+Green+Blue) = 40+85+130=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #285582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285582 is #D7AA7D. Grayscale: #4C4C4C. Windows color (decimal): -14133886 or 8541480. OLE color: 8541480.

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

Color convert

RGB4085130-
CMYK0.690.3500.49
HSL210º52.94%33.33%-
HSV(B)210º69.23%50.98%-
XYZ8.158.5622.34-
YUV76.68158.09101.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=15.69%
G=33.33%
B=50.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40851300.690.3500.4921052.9433.33
Hex2855824523031d23521
Octal50125202105430613226541
Binary1010001010101100000101000101100011011000111010010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285582; }

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

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

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

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

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

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

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

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