#58A5AA

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

Shades of Cadet Blue #58A5AA

Tints of Cadet Blue #58A5AA

Color information

#58A5AA (or 0x58A5AA) is unknown color: approx Cadet Blue. HEX triplet: 58, A5 and AA. RGB value is (88,165,170). Sum of RGB (Red+Green+Blue) = 88+165+170=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #58A5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A5AA is #A75A55. Grayscale: #8E8E8E. Windows color (decimal): -10967638 or 11183448. OLE color: 11183448.

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

Color convert

RGB88165170-
CMYK0.480.0300.33
HSL183.66º32.54%50.59%-
HSV(B)183.66º48.24%66.67%-
XYZ24.7431.8942.88-
YUV142.55143.4989.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.80%
GREEN value IS 165 (64.84% from 255) = 39.01%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=20.80%
G=39.01%
B=40.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881651700.480.0300.33183.6632.5450.59
Hex58A5AA303021b82133
Octal1302452526030412704163
Binary1011000101001011010101011000011010000110111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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