#255A83

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

Shades of Bahama Blue #255A83

Tints of Bahama Blue #255A83

Color information

#255A83 (or 0x255A83) is unknown color: approx Bahama Blue. HEX triplet: 25, 5A and 83. RGB value is (37,90,131). Sum of RGB (Red+Green+Blue) = 37+90+131=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #255A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A83 is #DAA57C. Grayscale: #4E4E4E. Windows color (decimal): -14329213 or 8608293. OLE color: 8608293.

HSL color Cylindrical-coordinate representation of color #255A83: hue angle of 206.17º 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 #255A83 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3790131-
CMYK0.720.3100.49
HSL206.17º55.95%32.94%-
HSV(B)206.17º71.76%51.37%-
XYZ8.529.3422.83-
YUV78.83157.4498.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 131 (51.56% from 255) = 50.78%
R=14.34%
G=34.88%
B=50.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37901310.720.3100.49206.1755.9532.94
Hex255A83481F031ce3821
Octal45132203110370613167041
Binary100101101101010000011100100011111011000111001110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,90,131); }

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

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

 a { background-color: rgb(37,90,131); }

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

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

 span { border-color: rgb(37,90,131); }

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