#5AA294

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

Shades of Cadet Blue #5AA294

Tints of Cadet Blue #5AA294

Color information

#5AA294 (or 0x5AA294) is unknown color: approx Cadet Blue. HEX triplet: 5A, A2 and 94. RGB value is (90,162,148). Sum of RGB (Red+Green+Blue) = 90+162+148=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA294 is #A55D6B. Grayscale: #8A8A8A. Windows color (decimal): -10837356 or 9740890. OLE color: 9740890.

HSL color Cylindrical-coordinate representation of color #5AA294: hue angle of 168.33º 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 #5AA294 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB90162148-
CMYK0.4400.090.36
HSL168.33º28.57%49.41%-
HSV(B)168.33º44.44%63.53%-
XYZ22.4830.1532.65-
YUV138.88133.1593.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.5%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 148 (58.20% from 255) = 37%
R=22.5%
G=40.5%
B=37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901621480.4400.090.36168.3328.5749.41
Hex5AA2942C0924a81d31
Octal13224222454011442503561
Binary10110101010001010010100101100010011001001010100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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