#58B291

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

Shades of Keppel #58B291

Tints of Keppel #58B291

Color information

#58B291 (or 0x58B291) is unknown color: approx Keppel. HEX triplet: 58, B2 and 91. RGB value is (88,178,145). Sum of RGB (Red+Green+Blue) = 88+178+145=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #58B291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B291 is #A74D6E. Grayscale: #939393. Windows color (decimal): -10964335 or 9548376. OLE color: 9548376.

HSL color Cylindrical-coordinate representation of color #58B291: hue angle of 158º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B291 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB88178145-
CMYK0.5100.190.30
HSL158º36.89%52.16%-
HSV(B)158º50.56%69.8%-
XYZ25.0635.9632.41-
YUV147.33126.6885.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.41%
GREEN value IS 178 (69.92% from 255) = 43.31%
BLUE value IS 145 (57.03% from 255) = 35.28%
R=21.41%
G=43.31%
B=35.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881781450.5100.190.3015836.8952.16
Hex58B291330131E9e2534
Octal13026222163023362364564
Binary101100010110010100100011100110100111111010011110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,178,145); }

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

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

 a { background-color: rgb(88,178,145); }

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

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

 span { border-color: rgb(88,178,145); }

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