#5AA292

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

Shades of Keppel #5AA292

Tints of Keppel #5AA292

Color information

#5AA292 (or 0x5AA292) is unknown color: approx Keppel. HEX triplet: 5A, A2 and 92. RGB value is (90,162,146). Sum of RGB (Red+Green+Blue) = 90+162+146=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA292 is #A55D6D. Grayscale: #8A8A8A. Windows color (decimal): -10837358 or 9609818. OLE color: 9609818.

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

Color convert

RGB90162146-
CMYK0.4400.100.36
HSL166.67º28.57%49.41%-
HSV(B)166.67º44.44%63.53%-
XYZ22.3330.0931.83-
YUV138.65132.1593.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.61%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=22.61%
G=40.70%
B=36.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901621460.4400.100.36166.6728.5749.41
Hex5AA2922C0A24a71d31
Octal13224222254012442473561
Binary10110101010001010010010101100010101001001010011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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