#55B090

Color #55B090 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #55B090

Tints of Keppel #55B090

Color information

#55B090 (or 0x55B090) is unknown color: approx Keppel. HEX triplet: 55, B0 and 90. RGB value is (85,176,144). Sum of RGB (Red+Green+Blue) = 85+176+144=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #55B090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B090 is #AA4F6F. Grayscale: #919191. Windows color (decimal): -11161456 or 9482325. OLE color: 9482325.

HSL color Cylindrical-coordinate representation of color #55B090: hue angle of 158.9º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B090 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB85176144-
CMYK0.5200.180.31
HSL158.9º36.55%51.18%-
HSV(B)158.9º51.7%69.02%-
XYZ24.313531.86-
YUV145.14127.3585.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.99%
GREEN value IS 176 (69.14% from 255) = 43.46%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=20.99%
G=43.46%
B=35.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851761440.5200.180.31158.936.5551.18
Hex55B090340121F9f2533
Octal12526022064022372374563
Binary101010110110000100100001101000100101111110011111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55B090; }

 p { color: rgb(85,176,144); }

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

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

 a { background-color: rgb(85,176,144); }

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

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

 span { border-color: rgb(85,176,144); }

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