#5CA554

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

Shades of Fruit Salad #5CA554

Tints of Fruit Salad #5CA554

Color information

#5CA554 (or 0x5CA554) is unknown color: approx Fruit Salad. HEX triplet: 5C, A5 and 54. RGB value is (92,165,84). Sum of RGB (Red+Green+Blue) = 92+165+84=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA554 is #A35AAB. Grayscale: #868686. Windows color (decimal): -10705580 or 5547356. OLE color: 5547356.

HSL color Cylindrical-coordinate representation of color #5CA554: hue angle of 114.07º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CA554 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB9216584-
CMYK0.4400.490.35
HSL114.07º32.53%48.82%-
HSV(B)114.07º49.09%64.71%-
XYZ19.4729.8313.12-
YUV133.9499.8298.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.98%
GREEN value IS 165 (64.84% from 255) = 48.39%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=26.98%
G=48.39%
B=24.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92165840.4400.490.35114.0732.5348.82
Hex5CA5542C03123722131
Octal13424512454061431624161
Binary101110010100101101010010110001100011000111110010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,165,84); }

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

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

 a { background-color: rgb(92,165,84); }

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

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

 span { border-color: rgb(92,165,84); }

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