#5AB892

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

Shades of Keppel #5AB892

Tints of Keppel #5AB892

Color information

#5AB892 (or 0x5AB892) is unknown color: approx Keppel. HEX triplet: 5A, B8 and 92. RGB value is (90,184,146). Sum of RGB (Red+Green+Blue) = 90+184+146=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB892 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB892 is #A5476D. Grayscale: #979797. Windows color (decimal): -10831726 or 9615450. OLE color: 9615450.

HSL color Cylindrical-coordinate representation of color #5AB892: hue angle of 155.74º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB892 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB90184146-
CMYK0.5100.210.28
HSL155.74º39.83%53.73%-
HSV(B)155.74º51.09%72.16%-
XYZ26.5538.5333.23-
YUV151.56124.8684.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.43%
GREEN value IS 184 (72.27% from 255) = 43.81%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=21.43%
G=43.81%
B=34.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal901841460.5100.210.28155.7439.8353.73
Hex5AB892330151C9c2836
Octal13227022263025342345066
Binary101101010111000100100101100110101011110010011100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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