Html Css Color HEX #58587C Comet

📋 copy color: '#58587C'

red 88 ◦ green 88 ◦ blue 124

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

Shades of Comet #58587C

Tints of Comet #58587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.33%

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 29.33%
G = 29.33%
B = 41.33%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58587C (or 0x58587C) is known color: Comet. HEX triplet: 58, 58 and 7C. RGB value is (88,88,124). Sum of RGB (Red+Green+Blue) = 88+88+124=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #58587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58587C is #A7A783. Grayscale: #5B5B5B. Windows color (decimal): -10987396 or 8149080. OLE color: 8149080.

HSL color Cylindrical-coordinate representation of color #58587C: hue angle of 240º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58587C is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 88 124 -
CMYK 0.29 0.29 0 0.51
HSL 240º 0.17% 0.42% -
HSV(B) 240º 0.29% 0.49% -
XYZ 11.15 10.51 20.51 -
YUV 92.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 88 88 124 0.29 0.29 0 0.51 240 0.17 0.42
Hex 58 58 7C 1D 1D 0 33 F0 11 2A
Octal 130 130 174 35 35 0 63 360 21 52
Binary 1011000 1011000 1111100 11101 11101 0 110011 11110000 10001 101010

Color Harmonies of #58587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58587C

Black with #58587C

Text Example


Text Example

White with #58587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,88,124); }

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

background-color css

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

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

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

border-color css

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

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

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