#58A6A5

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

Shades of Cadet Blue #58A6A5

Tints of Cadet Blue #58A6A5

Color information

#58A6A5 (or 0x58A6A5) is unknown color: approx Cadet Blue. HEX triplet: 58, A6 and A5. RGB value is (88,166,165). Sum of RGB (Red+Green+Blue) = 88+166+165=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 166 - color contains mainly: green. Hex color #58A6A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A6A5 is #A7595A. Grayscale: #8E8E8E. Windows color (decimal): -10967387 or 10856024. OLE color: 10856024.

HSL color Cylindrical-coordinate representation of color #58A6A5: hue angle of 179.23º degrees, saturation: 0.31, 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 #58A6A5 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB88166165-
CMYK0.4700.010.35
HSL179.23º30.71%49.8%-
HSV(B)179.23º46.99%65.1%-
XYZ24.4532.0640.5-
YUV142.56140.6689.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.00%
GREEN value IS 166 (65.23% from 255) = 39.62%
BLUE value IS 165 (64.84% from 255) = 39.38%
R=21.00%
G=39.62%
B=39.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881661650.4700.010.35179.2330.7149.8
Hex58A6A52F0123b31f32
Octal1302462455701432633762
Binary10110001010011010100101101111011000111011001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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