#5AA492

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

Shades of Keppel #5AA492

Tints of Keppel #5AA492

Color information

#5AA492 (or 0x5AA492) is unknown color: approx Keppel. HEX triplet: 5A, A4 and 92. RGB value is (90,164,146). Sum of RGB (Red+Green+Blue) = 90+164+146=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA492 is #A55B6D. Grayscale: #8B8B8B. Windows color (decimal): -10836846 or 9610330. OLE color: 9610330.

HSL color Cylindrical-coordinate representation of color #5AA492: hue angle of 165.41º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA492 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB90164146-
CMYK0.4500.110.36
HSL165.41º29.13%49.8%-
HSV(B)165.41º45.12%64.31%-
XYZ22.6830.831.94-
YUV139.82131.4892.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.5%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 146 (57.42% from 255) = 36.5%
R=22.5%
G=41%
B=36.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901641460.4500.110.36165.4129.1349.8
Hex5AA4922D0B24a51d32
Octal13224422255013442453562
Binary10110101010010010010010101101010111001001010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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