Html Css Color HEX #58989E Cadet Blue

📋 copy color: '#58989E'

red 88 ◦ green 152 ◦ blue 158

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

Shades of Cadet Blue #58989E

Tints of Cadet Blue #58989E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.19%

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

R = 22.11%
G = 38.19%
B = 39.7%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58989E (or 0x58989E) is known color: Cadet Blue. HEX triplet: 58, 98 and 9E. RGB value is (88,152,158). Sum of RGB (Red+Green+Blue) = 88+152+158=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #58989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58989E is #A76761. Grayscale: #858585. Windows color (decimal): -10970978 or 10393688. OLE color: 10393688.

HSL color Cylindrical-coordinate representation of color #58989E: hue angle of 185.14º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58989E is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 152 158 -
CMYK 0.44 0.04 0 0.38
HSL 185.14º 0.28% 0.48% -
HSV(B) 185.14º 0.44% 0.62% -
XYZ 21.42 27 36.43 -
YUV 133.55 141.8 95.51 -
System Red Green Blue C M Y K H S L
Decimal 88 152 158 0.44 0.04 0 0.38 185.14 0.28 0.48
Hex 58 98 9E 2C 4 0 26 B9 1C 30
Octal 130 230 236 54 4 0 46 271 34 60
Binary 1011000 10011000 10011110 101100 100 0 100110 10111001 11100 110000

Color Harmonies of #58989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58989E

Black with #58989E

Text Example


Text Example

White with #58989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58989E; }

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

 H1.HeaderClassName
 {
   color: #58989E;
 }
 .AnyTagClassName
 {
   color: #58989E;
 }
</style>

background-color css

<style>
 a { background-color: #58989E; }

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

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

border-color css

<style>
 span { border-color: #58989E; }

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

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