Html Css Color HEX #58577C Comet

📋 copy color: '#58577C'

red 88 ◦ green 87 ◦ blue 124

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

Shades of Comet #58577C

Tints of Comet #58577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.1%

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

R = 29.43%
G = 29.1%
B = 41.47%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58577C (or 0x58577C) is known color: Comet. HEX triplet: 58, 57 and 7C. RGB value is (88,87,124). Sum of RGB (Red+Green+Blue) = 88+87+124=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #58577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58577C is #A7A883. Grayscale: #5B5B5B. Windows color (decimal): -10987652 or 8148824. OLE color: 8148824.

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

Color convert

RGB 88 87 124 -
CMYK 0.29 0.30 0 0.51
HSL 241.62º 0.18% 0.41% -
HSV(B) 241.62º 0.3% 0.49% -
XYZ 11.07 10.35 20.48 -
YUV 91.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 88 87 124 0.29 0.30 0 0.51 241.62 0.18 0.41
Hex 58 57 7C 1D 1E 0 33 F2 12 29
Octal 130 127 174 35 36 0 63 362 22 51
Binary 1011000 1010111 1111100 11101 11110 0 110011 11110010 10010 101001

Color Harmonies of #58577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58577C

Black with #58577C

Text Example


Text Example

White with #58577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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