#5DA493

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

Shades of Keppel #5DA493

Tints of Keppel #5DA493

Color information

#5DA493 (or 0x5DA493) is unknown color: approx Keppel. HEX triplet: 5D, A4 and 93. RGB value is (93,164,147). Sum of RGB (Red+Green+Blue) = 93+164+147=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA493 is #A25B6C. Grayscale: #8C8C8C. Windows color (decimal): -10640237 or 9675869. OLE color: 9675869.

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

Color convert

RGB93164147-
CMYK0.4300.100.36
HSL165.63º28.06%50.39%-
HSV(B)165.63º43.29%64.31%-
XYZ23.0630.9832.37-
YUV140.83131.4893.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.02%
GREEN value IS 164 (64.45% from 255) = 40.59%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=23.02%
G=40.59%
B=36.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931641470.4300.100.36165.6328.0650.39
Hex5DA4932B0A24a61c32
Octal13524422353012442463462
Binary10111011010010010010011101011010101001001010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,164,147); }

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

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

 a { background-color: rgb(93,164,147); }

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

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

 span { border-color: rgb(93,164,147); }

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