#58A6AA

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

Shades of Cadet Blue #58A6AA

Tints of Cadet Blue #58A6AA

Color information

#58A6AA (or 0x58A6AA) is unknown color: approx Cadet Blue. HEX triplet: 58, A6 and AA. RGB value is (88,166,170). Sum of RGB (Red+Green+Blue) = 88+166+170=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #58A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A6AA is #A75955. Grayscale: #8F8F8F. Windows color (decimal): -10967382 or 11183704. OLE color: 11183704.

HSL color Cylindrical-coordinate representation of color #58A6AA: hue angle of 182.93º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A6AA is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB88166170-
CMYK0.480.0200.33
HSL182.93º32.54%50.59%-
HSV(B)182.93º48.24%66.67%-
XYZ24.9232.2542.94-
YUV143.13143.1688.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.75%
GREEN value IS 166 (65.23% from 255) = 39.15%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=20.75%
G=39.15%
B=40.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881661700.480.0200.33182.9332.5450.59
Hex58A6AA302021b72133
Octal1302462526020412674163
Binary1011000101001101010101011000010010000110110111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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