#58A598

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

Shades of Cadet Blue #58A598

Tints of Cadet Blue #58A598

Color information

#58A598 (or 0x58A598) is unknown color: approx Cadet Blue. HEX triplet: 58, A5 and 98. RGB value is (88,165,152). Sum of RGB (Red+Green+Blue) = 88+165+152=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 165 - color contains mainly: green. Hex color #58A598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A598 is #A75A67. Grayscale: #8C8C8C. Windows color (decimal): -10967656 or 10003800. OLE color: 10003800.

HSL color Cylindrical-coordinate representation of color #58A598: hue angle of 169.87º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A598 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB88165152-
CMYK0.4700.080.35
HSL169.87º30.43%49.61%-
HSV(B)169.87º46.67%64.71%-
XYZ23.1531.2534.52-
YUV140.49134.4990.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.73%
GREEN value IS 165 (64.84% from 255) = 40.74%
BLUE value IS 152 (59.77% from 255) = 37.53%
R=21.73%
G=40.74%
B=37.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881651520.4700.080.35169.8730.4349.61
Hex58A5982F0823aa1e32
Octal13024523057010432523662
Binary10110001010010110011000101111010001000111010101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,165,152); }

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

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

 a { background-color: rgb(88,165,152); }

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

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

 span { border-color: rgb(88,165,152); }

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