Html Css Color HEX #58999C Cadet Blue

📋 copy color: '#58999C'

red 88 ◦ green 153 ◦ blue 156

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

Shades of Cadet Blue #58999C

Tints of Cadet Blue #58999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 22.17%
G = 38.54%
B = 39.29%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58999C (or 0x58999C) is known color: Cadet Blue. HEX triplet: 58, 99 and 9C. RGB value is (88,153,156). Sum of RGB (Red+Green+Blue) = 88+153+156=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #58999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58999C is #A76663. Grayscale: #858585. Windows color (decimal): -10970724 or 10262872. OLE color: 10262872.

HSL color Cylindrical-coordinate representation of color #58999C: hue angle of 182.65º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58999C is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 153 156 -
CMYK 0.44 0.02 0 0.39
HSL 182.65º 0.28% 0.48% -
HSV(B) 182.65º 0.44% 0.61% -
XYZ 21.42 27.26 35.58 -
YUV 133.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 88 153 156 0.44 0.02 0 0.39 182.65 0.28 0.48
Hex 58 99 9C 2C 2 0 27 B7 1C 30
Octal 130 231 234 54 2 0 47 267 34 60
Binary 1011000 10011001 10011100 101100 10 0 100111 10110111 11100 110000

Color Harmonies of #58999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58999C

Black with #58999C

Text Example


Text Example

White with #58999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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