Html Css Color HEX #585774 Comet

📋 copy color: '#585774'

red 88 ◦ green 87 ◦ blue 116

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

Shades of Comet #585774

Tints of Comet #585774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 30.24%
G = 29.9%
B = 39.86%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#585774 (or 0x585774) is known color: Comet. HEX triplet: 58, 57 and 74. RGB value is (88,87,116). Sum of RGB (Red+Green+Blue) = 88+87+116=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #585774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585774 is #A7A88B. Grayscale: #5A5A5A. Windows color (decimal): -10987660 or 7624536. OLE color: 7624536.

HSL color Cylindrical-coordinate representation of color #585774: hue angle of 242.07º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #585774 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 87 116 -
CMYK 0.24 0.25 0 0.55
HSL 242.07º 0.14% 0.4% -
HSV(B) 242.07º 0.25% 0.45% -
XYZ 10.59 10.15 17.92 -
YUV 90.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 88 87 116 0.24 0.25 0 0.55 242.07 0.14 0.4
Hex 58 57 74 18 19 0 37 F2 E 28
Octal 130 127 164 30 31 0 67 362 16 50
Binary 1011000 1010111 1110100 11000 11001 0 110111 11110010 1110 101000

Color Harmonies of #585774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585774

Black with #585774

Text Example


Text Example

White with #585774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585774; }

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

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

background-color css

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

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

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

border-color css

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

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

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