Html Css Color HEX #58999D Cadet Blue

📋 copy color: '#58999D'

red 88 ◦ green 153 ◦ blue 157

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

Shades of Cadet Blue #58999D

Tints of Cadet Blue #58999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.44%

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 22.11%
G = 38.44%
B = 39.45%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58999D (or 0x58999D) is known color: Cadet Blue. HEX triplet: 58, 99 and 9D. RGB value is (88,153,157). Sum of RGB (Red+Green+Blue) = 88+153+157=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #58999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58999D is #A76662. Grayscale: #858585. Windows color (decimal): -10970723 or 10328408. OLE color: 10328408.

HSL color Cylindrical-coordinate representation of color #58999D: hue angle of 183.48º 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 #58999D is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 153 157 -
CMYK 0.44 0.03 0 0.38
HSL 183.48º 0.28% 0.48% -
HSV(B) 183.48º 0.44% 0.62% -
XYZ 21.5 27.29 36.03 -
YUV 134.02 140.97 95.17 -
System Red Green Blue C M Y K H S L
Decimal 88 153 157 0.44 0.03 0 0.38 183.48 0.28 0.48
Hex 58 99 9D 2C 3 0 26 B7 1C 30
Octal 130 231 235 54 3 0 46 267 34 60
Binary 1011000 10011001 10011101 101100 11 0 100110 10110111 11100 110000

Color Harmonies of #58999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58999D

Black with #58999D

Text Example


Text Example

White with #58999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58999D; }

 p { color: rgb(88,153,157); }

 H1.HeaderClassName
 {
   color: #58999D;
 }
 .AnyTagClassName
 {
   color: #58999D;
 }
</style>

background-color css

<style>
 a { background-color: #58999D; }

 a { background-color: rgb(88,153,157); }

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

border-color css

<style>
 span { border-color: #58999D; }

 span { border-color: rgb(88,153,157); }

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