Html Css Color HEX #58A59E Cadet Blue

📋 copy color: '#58A59E'

red 88 ◦ green 165 ◦ blue 158

#58A59E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #58A59E

Tints of Cadet Blue #58A59E

RGB

 RED value IS 88 (34.77% from 255) = 21.41%

 GREEN value IS 165 (64.84% from 255) = 40.15%

 BLUE value IS 158 (62.11% from 255) = 38.44%

R = 21.41%
G = 40.15%
B = 38.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#58A59E (or 0x58A59E) is known color: Cadet Blue. HEX triplet: 58, A5 and 9E. RGB value is (88,165,158). Sum of RGB (Red+Green+Blue) = 88+165+158=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 165 - color contains mainly: green. Hex color #58A59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A59E is #A75A61. Grayscale: #8D8D8D. Windows color (decimal): -10967650 or 10397016. OLE color: 10397016.

HSL color Cylindrical-coordinate representation of color #58A59E: hue angle of 174.55º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A59E is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 165 158 -
CMYK 0.47 0 0.04 0.35
HSL 174.55º 0.3% 0.5% -
HSV(B) 174.55º 0.47% 0.65% -
XYZ 23.65 31.45 37.17 -
YUV 141.18 137.49 90.07 -
System Red Green Blue C M Y K H S L
Decimal 88 165 158 0.47 0 0.04 0.35 174.55 0.3 0.5
Hex 58 A5 9E 2F 0 4 23 AF 1E 32
Octal 130 245 236 57 0 4 43 257 36 62
Binary 1011000 10100101 10011110 101111 0 100 100011 10101111 11110 110010

Color Harmonies of #58A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A59E

Black with #58A59E

Text Example


Text Example

White with #58A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58A59E;
 }
 .AnyTagClassName
 {
   color: #58A59E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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