#58A295

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

Shades of Cadet Blue #58A295

Tints of Cadet Blue #58A295

Color information

#58A295 (or 0x58A295) is unknown color: approx Cadet Blue. HEX triplet: 58, A2 and 95. RGB value is (88,162,149). Sum of RGB (Red+Green+Blue) = 88+162+149=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #58A295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A295 is #A75D6A. Grayscale: #8A8A8A. Windows color (decimal): -10968427 or 9806424. OLE color: 9806424.

HSL color Cylindrical-coordinate representation of color #58A295: hue angle of 169.46º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A295 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB88162149-
CMYK0.4600.080.36
HSL169.46º29.6%49.02%-
HSV(B)169.46º45.68%63.53%-
XYZ22.3730.0933.06-
YUV138.39133.9892.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.06%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=22.06%
G=40.60%
B=37.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881621490.4600.080.36169.4629.649.02
Hex58A2952E0824a91e31
Octal13024222556010442513661
Binary10110001010001010010101101110010001001001010100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,162,149); }

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

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

 a { background-color: rgb(88,162,149); }

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

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

 span { border-color: rgb(88,162,149); }

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