#5AB492

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

Shades of Keppel #5AB492

Tints of Keppel #5AB492

Color information

#5AB492 (or 0x5AB492) is unknown color: approx Keppel. HEX triplet: 5A, B4 and 92. RGB value is (90,180,146). Sum of RGB (Red+Green+Blue) = 90+180+146=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB492 is #A54B6D. Grayscale: #959595. Windows color (decimal): -10832750 or 9614426. OLE color: 9614426.

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

Color convert

RGB90180146-
CMYK0.5000.190.29
HSL157.33º37.5%52.94%-
HSV(B)157.33º50%70.59%-
XYZ25.7336.8932.96-
YUV149.21126.1885.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.63%
GREEN value IS 180 (70.70% from 255) = 43.27%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=21.63%
G=43.27%
B=35.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901801460.5000.190.29157.3337.552.94
Hex5AB492320131D9d2635
Octal13226422262023352354665
Binary101101010110100100100101100100100111110110011101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AB492; }

 p { color: rgb(90,180,146); }

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

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

 a { background-color: rgb(90,180,146); }

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

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

 span { border-color: rgb(90,180,146); }

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