#58B599

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

Shades of Keppel #58B599

Tints of Keppel #58B599

Color information

#58B599 (or 0x58B599) is unknown color: approx Keppel. HEX triplet: 58, B5 and 99. RGB value is (88,181,153). Sum of RGB (Red+Green+Blue) = 88+181+153=422 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.85% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #58B599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B599 is #A74A66. Grayscale: #969696. Windows color (decimal): -10963559 or 10073432. OLE color: 10073432.

HSL color Cylindrical-coordinate representation of color #58B599: hue angle of 161.94º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B599 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB88181153-
CMYK0.5100.150.29
HSL161.94º38.59%52.75%-
HSV(B)161.94º51.38%70.98%-
XYZ26.337.4235.97-
YUV150129.6983.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.85%
GREEN value IS 181 (71.09% from 255) = 42.89%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=20.85%
G=42.89%
B=36.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881811530.5100.150.29161.9438.5952.75
Hex58B599330F1Da22735
Octal13026523163017352424765
Binary10110001011010110011001110011011111110110100010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58B599; }

 p { color: rgb(88,181,153); }

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

<style>
 a { background-color: #58B599; }

 a { background-color: rgb(88,181,153); }

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

<style>
 span { border-color: #58B599; }

 span { border-color: rgb(88,181,153); }

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