#5AB596

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

Shades of Keppel #5AB596

Tints of Keppel #5AB596

Color information

#5AB596 (or 0x5AB596) is unknown color: approx Keppel. HEX triplet: 5A, B5 and 96. RGB value is (90,181,150). Sum of RGB (Red+Green+Blue) = 90+181+150=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB596 is #A54A69. Grayscale: #969696. Windows color (decimal): -10832490 or 9876826. OLE color: 9876826.

HSL color Cylindrical-coordinate representation of color #5AB596: hue angle of 159.56º 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 #5AB596 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB90181150-
CMYK0.5000.170.29
HSL159.56º38.08%53.14%-
HSV(B)159.56º50.28%70.98%-
XYZ26.2537.4234.69-
YUV150.26127.8585.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.38%
GREEN value IS 181 (71.09% from 255) = 42.99%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=21.38%
G=42.99%
B=35.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901811500.5000.170.29159.5638.0853.14
Hex5AB596320111Da02635
Octal13226522662021352404665
Binary101101010110101100101101100100100011110110100000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,181,150); }

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

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

 a { background-color: rgb(90,181,150); }

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

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

 span { border-color: rgb(90,181,150); }

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