#165580

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

Shades of Bahama Blue #165580

Tints of Bahama Blue #165580

Color information

#165580 (or 0x165580) is unknown color: approx Bahama Blue. HEX triplet: 16, 55 and 80. RGB value is (22,85,128). Sum of RGB (Red+Green+Blue) = 22+85+128=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #165580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165580 is #E9AA7F. Grayscale: #464646. Windows color (decimal): -15313536 or 8410390. OLE color: 8410390.

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

Color convert

RGB2285128-
CMYK0.830.3400.50
HSL204.34º70.67%29.41%-
HSV(B)204.34º82.81%50.2%-
XYZ7.488.2321.62-
YUV71.06160.1393-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.36%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 128 (50.39% from 255) = 54.47%
R=9.36%
G=36.17%
B=54.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22851280.830.3400.50204.3470.6729.41
Hex1655805322032cc471d
Octal261252001234206231410735
Binary101101010101100000001010011100010011001011001100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165580; }

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

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

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

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

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

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

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

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