#58A5AB

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

Shades of Cadet Blue #58A5AB

Tints of Cadet Blue #58A5AB

Color information

#58A5AB (or 0x58A5AB) is unknown color: approx Cadet Blue. HEX triplet: 58, A5 and AB. RGB value is (88,165,171). Sum of RGB (Red+Green+Blue) = 88+165+171=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #58A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A5AB is #A75A54. Grayscale: #8E8E8E. Windows color (decimal): -10967637 or 11248984. OLE color: 11248984.

HSL color Cylindrical-coordinate representation of color #58A5AB: hue angle of 184.34º degrees, saturation: 0.33, 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 #58A5AB is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB88165171-
CMYK0.490.0400.33
HSL184.34º33.07%50.78%-
HSV(B)184.34º48.54%67.06%-
XYZ24.8331.9343.38-
YUV142.66143.9989.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.75%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=20.75%
G=38.92%
B=40.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881651710.490.0400.33184.3433.0750.78
Hex58A5AB314021b82133
Octal1302452536140412704163
Binary10110001010010110101011110001100010000110111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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