#58A1AA

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

Shades of Cadet Blue #58A1AA

Tints of Cadet Blue #58A1AA

Color information

#58A1AA (or 0x58A1AA) is unknown color: approx Cadet Blue. HEX triplet: 58, A1 and AA. RGB value is (88,161,170). Sum of RGB (Red+Green+Blue) = 88+161+170=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #58A1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A1AA is #A75E55. Grayscale: #8C8C8C. Windows color (decimal): -10968662 or 11182424. OLE color: 11182424.

HSL color Cylindrical-coordinate representation of color #58A1AA: hue angle of 186.59º 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 #58A1AA is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB88161170-
CMYK0.480.0500.33
HSL186.59º32.54%50.59%-
HSV(B)186.59º48.24%66.67%-
XYZ24.0330.4742.64-
YUV140.2144.8290.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.00%
GREEN value IS 161 (63.28% from 255) = 38.42%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=21.00%
G=38.42%
B=40.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881611700.480.0500.33186.5932.5450.59
Hex58A1AA305021bb2133
Octal1302412526050412734163
Binary10110001010000110101010110000101010000110111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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