#5CA391

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

Shades of Keppel #5CA391

Tints of Keppel #5CA391

Color information

#5CA391 (or 0x5CA391) is unknown color: approx Keppel. HEX triplet: 5C, A3 and 91. RGB value is (92,163,145). Sum of RGB (Red+Green+Blue) = 92+163+145=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA391 is #A35C6E. Grayscale: #8B8B8B. Windows color (decimal): -10706031 or 9544540. OLE color: 9544540.

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

Color convert

RGB92163145-
CMYK0.4400.110.36
HSL164.79º27.84%50%-
HSV(B)164.79º43.56%63.92%-
XYZ22.6230.5131.49-
YUV139.72130.9893.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23%
GREEN value IS 163 (64.06% from 255) = 40.75%
BLUE value IS 145 (57.03% from 255) = 36.25%
R=23%
G=40.75%
B=36.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921631450.4400.110.36164.7927.8450
Hex5CA3912C0B24a51c32
Octal13424322154013442453462
Binary10111001010001110010001101100010111001001010010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,163,145); }

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

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

 a { background-color: rgb(92,163,145); }

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

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

 span { border-color: rgb(92,163,145); }

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