Html Css Color HEX #58A2AB Cadet Blue

📋 copy color: '#58A2AB'

red 88 ◦ green 162 ◦ blue 171

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

Shades of Cadet Blue #58A2AB

Tints of Cadet Blue #58A2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 20.9%
G = 38.48%
B = 40.62%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#58A2AB (or 0x58A2AB) is known color: Cadet Blue. HEX triplet: 58, A2 and AB. RGB value is (88,162,171). Sum of RGB (Red+Green+Blue) = 88+162+171=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #58A2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A2AB is #A75D54. Grayscale: #8C8C8C. Windows color (decimal): -10968405 or 11248216. OLE color: 11248216.

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

Color convert

RGB 88 162 171 -
CMYK 0.49 0.05 0 0.33
HSL 186.51º 0.33% 0.51% -
HSV(B) 186.51º 0.49% 0.67% -
XYZ 24.3 30.86 43.2 -
YUV 140.9 144.98 90.27 -
System Red Green Blue C M Y K H S L
Decimal 88 162 171 0.49 0.05 0 0.33 186.51 0.33 0.51
Hex 58 A2 AB 31 5 0 21 BB 21 33
Octal 130 242 253 61 5 0 41 273 41 63
Binary 1011000 10100010 10101011 110001 101 0 100001 10111011 100001 110011

Color Harmonies of #58A2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A2AB

Black with #58A2AB

Text Example


Text Example

White with #58A2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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