Html Css Color HEX #5C6279 Comet

📋 copy color: '#5C6279'

red 92 ◦ green 98 ◦ blue 121

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

Shades of Comet #5C6279

Tints of Comet #5C6279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

 BLUE value IS 121 (47.66% from 255) = 38.91%

R = 29.58%
G = 31.51%
B = 38.91%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5C6279 (or 0x5C6279) is known color: Comet. HEX triplet: 5C, 62 and 79. RGB value is (92,98,121). Sum of RGB (Red+Green+Blue) = 92+98+121=311 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.58% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C6279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6279 is #A39D86. Grayscale: #626262. Windows color (decimal): -10722695 or 7955036. OLE color: 7955036.

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

Color convert

RGB 92 98 121 -
CMYK 0.24 0.19 0 0.53
HSL 227.59º 0.14% 0.42% -
HSV(B) 227.59º 0.24% 0.47% -
XYZ 12.23 12.39 19.84 -
YUV 98.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 92 98 121 0.24 0.19 0 0.53 227.59 0.14 0.42
Hex 5C 62 79 18 13 0 35 E4 E 2A
Octal 134 142 171 30 23 0 65 344 16 52
Binary 1011100 1100010 1111001 11000 10011 0 110101 11100100 1110 101010

Color Harmonies of #5C6279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6279

Black with #5C6279

Text Example


Text Example

White with #5C6279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,98,121); }

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

background-color css

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

 a { background-color: rgb(92,98,121); }

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

border-color css

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

 span { border-color: rgb(92,98,121); }

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