#58B595

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

Shades of Keppel #58B595

Tints of Keppel #58B595

Color information

#58B595 (or 0x58B595) is unknown color: approx Keppel. HEX triplet: 58, B5 and 95. RGB value is (88,181,149). Sum of RGB (Red+Green+Blue) = 88+181+149=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 181 - color contains mainly: green. Hex color #58B595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B595 is #A74A6A. Grayscale: #959595. Windows color (decimal): -10963563 or 9811288. OLE color: 9811288.

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

Color convert

RGB88181149-
CMYK0.5100.180.29
HSL159.35º38.59%52.75%-
HSV(B)159.35º51.38%70.98%-
XYZ25.9737.2934.26-
YUV149.54127.6984.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.05%
GREEN value IS 181 (71.09% from 255) = 43.30%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=21.05%
G=43.30%
B=35.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881811490.5100.180.29159.3538.5952.75
Hex58B595330121D9f2735
Octal13026522563022352374765
Binary101100010110101100101011100110100101110110011111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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