#58B59A

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

Shades of Keppel #58B59A

Tints of Keppel #58B59A

Color information

#58B59A (or 0x58B59A) is unknown color: approx Keppel. HEX triplet: 58, B5 and 9A. RGB value is (88,181,154). Sum of RGB (Red+Green+Blue) = 88+181+154=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #58B59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B59A is #A74A65. Grayscale: #969696. Windows color (decimal): -10963558 or 10138968. OLE color: 10138968.

HSL color Cylindrical-coordinate representation of color #58B59A: hue angle of 162.58º 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 #58B59A is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB88181154-
CMYK0.5100.150.29
HSL162.58º38.59%52.75%-
HSV(B)162.58º51.38%70.98%-
XYZ26.3837.4636.41-
YUV150.12130.1983.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.80%
GREEN value IS 181 (71.09% from 255) = 42.79%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=20.80%
G=42.79%
B=36.41%

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
Decimal881811540.5100.150.29162.5838.5952.75
Hex58B59A330F1Da32735
Octal13026523263017352434765
Binary10110001011010110011010110011011111110110100011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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