Html Css Color HEX #5C5B6E Comet

📋 copy color: '#5C5B6E'

red 92 ◦ green 91 ◦ blue 110

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

Shades of Comet #5C5B6E

Tints of Comet #5C5B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.06%

 BLUE value IS 110 (43.36% from 255) = 37.54%

R = 31.4%
G = 31.06%
B = 37.54%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5C5B6E (or 0x5C5B6E) is known color: Comet. HEX triplet: 5C, 5B and 6E. RGB value is (92,91,110). Sum of RGB (Red+Green+Blue) = 92+91+110=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C5B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5B6E is #A3A491. Grayscale: #5D5D5D. Windows color (decimal): -10724498 or 7232348. OLE color: 7232348.

HSL color Cylindrical-coordinate representation of color #5C5B6E: hue angle of 243.16º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5C5B6E is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 92 91 110 -
CMYK 0.16 0.17 0 0.57
HSL 243.16º 0.09% 0.39% -
HSV(B) 243.16º 0.17% 0.43% -
XYZ 10.97 10.88 16.27 -
YUV 93.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 92 91 110 0.16 0.17 0 0.57 243.16 0.09 0.39
Hex 5C 5B 6E 10 11 0 39 F3 9 27
Octal 134 133 156 20 21 0 71 363 11 47
Binary 1011100 1011011 1101110 10000 10001 0 111001 11110011 1001 100111

Color Harmonies of #5C5B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5B6E

Black with #5C5B6E

Text Example


Text Example

White with #5C5B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,91,110); }

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

background-color css

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

 a { background-color: rgb(92,91,110); }

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

border-color css

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

 span { border-color: rgb(92,91,110); }

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