#58A293

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

Shades of Keppel #58A293

Tints of Keppel #58A293

Color information

#58A293 (or 0x58A293) is unknown color: approx Keppel. HEX triplet: 58, A2 and 93. RGB value is (88,162,147). Sum of RGB (Red+Green+Blue) = 88+162+147=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #58A293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A293 is #A75D6C. Grayscale: #8A8A8A. Windows color (decimal): -10968429 or 9675352. OLE color: 9675352.

HSL color Cylindrical-coordinate representation of color #58A293: hue angle of 167.84º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A293 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB88162147-
CMYK0.4600.090.36
HSL167.84º29.6%49.02%-
HSV(B)167.84º45.68%63.53%-
XYZ22.2130.0232.23-
YUV138.16132.9892.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.17%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=22.17%
G=40.81%
B=37.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881621470.4600.090.36167.8429.649.02
Hex58A2932E0924a81e31
Octal13024222356011442503661
Binary10110001010001010010011101110010011001001010100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,162,147); }

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

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

 a { background-color: rgb(88,162,147); }

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

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

 span { border-color: rgb(88,162,147); }

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