Html Css Color HEX #58A598 Cadet Blue

📋 copy color: '#58A598'

red 88 ◦ green 165 ◦ blue 152

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

Shades of Cadet Blue #58A598

Tints of Cadet Blue #58A598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.53%

R = 21.73%
G = 40.74%
B = 37.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#58A598 (or 0x58A598) is known color: Cadet Blue. HEX triplet: 58, A5 and 98. RGB value is (88,165,152). Sum of RGB (Red+Green+Blue) = 88+165+152=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 165 - color contains mainly: green. Hex color #58A598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A598 is #A75A67. Grayscale: #8C8C8C. Windows color (decimal): -10967656 or 10003800. OLE color: 10003800.

HSL color Cylindrical-coordinate representation of color #58A598: hue angle of 169.87º 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 #58A598 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 165 152 -
CMYK 0.47 0 0.08 0.35
HSL 169.87º 0.3% 0.5% -
HSV(B) 169.87º 0.47% 0.65% -
XYZ 23.15 31.25 34.52 -
YUV 140.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 88 165 152 0.47 0 0.08 0.35 169.87 0.3 0.5
Hex 58 A5 98 2F 0 8 23 AA 1E 32
Octal 130 245 230 57 0 10 43 252 36 62
Binary 1011000 10100101 10011000 101111 0 1000 100011 10101010 11110 110010

Color Harmonies of #58A598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A598

Black with #58A598

Text Example


Text Example

White with #58A598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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