#255B82

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

Shades of Bahama Blue #255B82

Tints of Bahama Blue #255B82

Color information

#255B82 (or 0x255B82) is unknown color: approx Bahama Blue. HEX triplet: 25, 5B and 82. RGB value is (37,91,130). Sum of RGB (Red+Green+Blue) = 37+91+130=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #255B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B82 is #DAA47D. Grayscale: #4F4F4F. Windows color (decimal): -14328958 or 8543013. OLE color: 8543013.

HSL color Cylindrical-coordinate representation of color #255B82: hue angle of 205.16º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255B82 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3791130-
CMYK0.720.3000.49
HSL205.16º55.69%32.75%-
HSV(B)205.16º71.54%50.98%-
XYZ8.539.4922.5-
YUV79.3156.6197.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 91 (35.94% from 255) = 35.27%
BLUE value IS 130 (51.17% from 255) = 50.39%
R=14.34%
G=35.27%
B=50.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37911300.720.3000.49205.1655.6932.75
Hex255B82481E031cd3821
Octal45133202110360613157041
Binary100101101101110000010100100011110011000111001101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255B82; }

 p { color: rgb(37,91,130); }

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

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

 a { background-color: rgb(37,91,130); }

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

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

 span { border-color: rgb(37,91,130); }

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