#5DAD92

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

Shades of Keppel #5DAD92

Tints of Keppel #5DAD92

Color information

#5DAD92 (or 0x5DAD92) is unknown color: approx Keppel. HEX triplet: 5D, AD and 92. RGB value is (93,173,146). Sum of RGB (Red+Green+Blue) = 93+173+146=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAD92 is #A2526D. Grayscale: #929292. Windows color (decimal): -10637934 or 9612637. OLE color: 9612637.

HSL color Cylindrical-coordinate representation of color #5DAD92: hue angle of 159.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DAD92 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB93173146-
CMYK0.4600.160.32
HSL159.75º32.79%52.16%-
HSV(B)159.75º46.24%67.84%-
XYZ24.6534.2932.51-
YUV14612890.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.57%
GREEN value IS 173 (67.97% from 255) = 41.99%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=22.57%
G=41.99%
B=35.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931731460.4600.160.32159.7532.7952.16
Hex5DAD922E01020a02134
Octal13525522256020402404164
Binary1011101101011011001001010111001000010000010100000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,173,146); }

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

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

 a { background-color: rgb(93,173,146); }

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

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

 span { border-color: rgb(93,173,146); }

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