#165583

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

Shades of Bahama Blue #165583

Tints of Bahama Blue #165583

Color information

#165583 (or 0x165583) is unknown color: approx Bahama Blue. HEX triplet: 16, 55 and 83. RGB value is (22,85,131). Sum of RGB (Red+Green+Blue) = 22+85+131=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #165583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165583 is #E9AA7C. Grayscale: #474747. Windows color (decimal): -15313533 or 8606998. OLE color: 8606998.

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

Color convert

RGB2285131-
CMYK0.830.3500.49
HSL205.32º71.24%30%-
HSV(B)205.32º83.21%51.37%-
XYZ7.688.3122.67-
YUV71.41161.6392.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.24%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 131 (51.56% from 255) = 55.04%
R=9.24%
G=35.71%
B=55.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22851310.830.3500.49205.3271.2430
Hex1655835323031cd471e
Octal261252031234306131510736
Binary101101010101100000111010011100011011000111001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165583; }

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

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

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

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

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

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

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

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