#58A093

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

Shades of Cadet Blue #58A093

Tints of Cadet Blue #58A093

Color information

#58A093 (or 0x58A093) is unknown color: approx Cadet Blue. HEX triplet: 58, A0 and 93. RGB value is (88,160,147). Sum of RGB (Red+Green+Blue) = 88+160+147=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #58A093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A093 is #A75F6C. Grayscale: #888888. Windows color (decimal): -10968941 or 9674840. OLE color: 9674840.

HSL color Cylindrical-coordinate representation of color #58A093: hue angle of 169.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A093 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB88160147-
CMYK0.4500.080.37
HSL169.17º29.03%48.63%-
HSV(B)169.17º45%62.75%-
XYZ21.8629.3232.11-
YUV136.99133.6593.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.28%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=22.28%
G=40.51%
B=37.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal881601470.4500.080.37169.1729.0348.63
Hex58A0932D0825a91d31
Octal13024022355010452513561
Binary10110001010000010010011101101010001001011010100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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