Html Css Color HEX #5C5D87 Comet

📋 copy color: '#5C5D87'

red 92 ◦ green 93 ◦ blue 135

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

Shades of Comet #5C5D87

Tints of Comet #5C5D87

RGB

 RED value IS 92 (36.33% from 255) = 28.75%

 GREEN value IS 93 (36.72% from 255) = 29.06%

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 28.75%
G = 29.06%
B = 42.19%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5C5D87 (or 0x5C5D87) is known color: Comet. HEX triplet: 5C, 5D and 87. RGB value is (92,93,135). Sum of RGB (Red+Green+Blue) = 92+93+135=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #5C5D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5D87 is #A3A278. Grayscale: #616161. Windows color (decimal): -10723961 or 8871260. OLE color: 8871260.

HSL color Cylindrical-coordinate representation of color #5C5D87: hue angle of 238.6º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C5D87 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 92 93 135 -
CMYK 0.32 0.31 0 0.47
HSL 238.6º 0.19% 0.45% -
HSV(B) 238.6º 0.32% 0.53% -
XYZ 12.7 11.85 24.54 -
YUV 97.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 92 93 135 0.32 0.31 0 0.47 238.6 0.19 0.45
Hex 5C 5D 87 20 1F 0 2F EF 13 2D
Octal 134 135 207 40 37 0 57 357 23 55
Binary 1011100 1011101 10000111 100000 11111 0 101111 11101111 10011 101101

Color Harmonies of #5C5D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5D87

Black with #5C5D87

Text Example


Text Example

White with #5C5D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C5D87; }

 p { color: rgb(92,93,135); }

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

background-color css

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

 a { background-color: rgb(92,93,135); }

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

border-color css

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

 span { border-color: rgb(92,93,135); }

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