Html Css Color HEX #58A2AD Cadet Blue

📋 copy color: '#58A2AD'

red 88 ◦ green 162 ◦ blue 173

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

Shades of Cadet Blue #58A2AD

Tints of Cadet Blue #58A2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.3%

 BLUE value IS 173 (67.97% from 255) = 40.9%

R = 20.8%
G = 38.3%
B = 40.9%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#58A2AD (or 0x58A2AD) is known color: Cadet Blue. HEX triplet: 58, A2 and AD. RGB value is (88,162,173). Sum of RGB (Red+Green+Blue) = 88+162+173=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #58A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A2AD is #A75D52. Grayscale: #8D8D8D. Windows color (decimal): -10968403 or 11379288. OLE color: 11379288.

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

Color convert

RGB 88 162 173 -
CMYK 0.49 0.06 0 0.32
HSL 187.76º 0.34% 0.51% -
HSV(B) 187.76º 0.49% 0.68% -
XYZ 24.49 30.93 44.22 -
YUV 141.13 145.98 90.11 -
System Red Green Blue C M Y K H S L
Decimal 88 162 173 0.49 0.06 0 0.32 187.76 0.34 0.51
Hex 58 A2 AD 31 6 0 20 BC 22 33
Octal 130 242 255 61 6 0 40 274 42 63
Binary 1011000 10100010 10101101 110001 110 0 100000 10111100 100010 110011

Color Harmonies of #58A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A2AD

Black with #58A2AD

Text Example


Text Example

White with #58A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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