Html Css Color HEX #585C84 Comet

📋 copy color: '#585C84'

red 88 ◦ green 92 ◦ blue 132

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

Shades of Comet #585C84

Tints of Comet #585C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

 BLUE value IS 132 (51.95% from 255) = 42.31%

R = 28.21%
G = 29.49%
B = 42.31%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#585C84 (or 0x585C84) is known color: Comet. HEX triplet: 58, 5C and 84. RGB value is (88,92,132). Sum of RGB (Red+Green+Blue) = 88+92+132=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #585C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585C84 is #A7A37B. Grayscale: #5F5F5F. Windows color (decimal): -10986364 or 8674392. OLE color: 8674392.

HSL color Cylindrical-coordinate representation of color #585C84: hue angle of 234.55º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #585C84 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 92 132 -
CMYK 0.33 0.30 0 0.48
HSL 234.55º 0.2% 0.43% -
HSV(B) 234.55º 0.33% 0.52% -
XYZ 12.02 11.39 23.4 -
YUV 95.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 88 92 132 0.33 0.30 0 0.48 234.55 0.2 0.43
Hex 58 5C 84 21 1E 0 30 EB 14 2B
Octal 130 134 204 41 36 0 60 353 24 53
Binary 1011000 1011100 10000100 100001 11110 0 110000 11101011 10100 101011

Color Harmonies of #585C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C84

Black with #585C84

Text Example


Text Example

White with #585C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585C84; }

 p { color: rgb(88,92,132); }

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

background-color css

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

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

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

border-color css

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

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

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