#5DB190

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

Shades of Keppel #5DB190

Tints of Keppel #5DB190

Color information

#5DB190 (or 0x5DB190) is unknown color: approx Keppel. HEX triplet: 5D, B1 and 90. RGB value is (93,177,144). Sum of RGB (Red+Green+Blue) = 93+177+144=414 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.46% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB190 is #A24E6F. Grayscale: #949494. Windows color (decimal): -10636912 or 9482589. OLE color: 9482589.

HSL color Cylindrical-coordinate representation of color #5DB190: hue angle of 156.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB190 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB93177144-
CMYK0.4700.190.31
HSL156.43º35%52.94%-
HSV(B)156.43º47.46%69.41%-
XYZ25.2735.7931.96-
YUV148.12125.6788.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.46%
GREEN value IS 177 (69.53% from 255) = 42.75%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=22.46%
G=42.75%
B=34.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931771440.4700.190.31156.433552.94
Hex5DB1902F0131F9c2335
Octal13526122057023372344365
Binary101110110110001100100001011110100111111110011100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,177,144); }

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

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

 a { background-color: rgb(93,177,144); }

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

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

 span { border-color: rgb(93,177,144); }

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