#58A4AC

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

Shades of Cadet Blue #58A4AC

Tints of Cadet Blue #58A4AC

Color information

#58A4AC (or 0x58A4AC) is unknown color: approx Cadet Blue. HEX triplet: 58, A4 and AC. RGB value is (88,164,172). Sum of RGB (Red+Green+Blue) = 88+164+172=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #58A4AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A4AC is #A75B53. Grayscale: #8E8E8E. Windows color (decimal): -10967892 or 11314264. OLE color: 11314264.

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

Color convert

RGB88164172-
CMYK0.490.0500.33
HSL185.71º33.6%50.98%-
HSV(B)185.71º48.84%67.45%-
XYZ24.7531.643.83-
YUV142.19144.8289.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.75%
GREEN value IS 164 (64.45% from 255) = 38.68%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=20.75%
G=38.68%
B=40.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881641720.490.0500.33185.7133.650.98
Hex58A4AC315021ba2233
Octal1302442546150412724263
Binary10110001010010010101100110001101010000110111010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,164,172); }

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

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

 a { background-color: rgb(88,164,172); }

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

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

 span { border-color: rgb(88,164,172); }

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