Html Css Color HEX #5C606F Comet

📋 copy color: '#5C606F'

red 92 ◦ green 96 ◦ blue 111

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

Shades of Comet #5C606F

Tints of Comet #5C606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

 BLUE value IS 111 (43.75% from 255) = 37.12%

R = 30.77%
G = 32.11%
B = 37.12%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C606F (or 0x5C606F) is known color: Comet. HEX triplet: 5C, 60 and 6F. RGB value is (92,96,111). Sum of RGB (Red+Green+Blue) = 92+96+111=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C606F is #A39F90. Grayscale: #606060. Windows color (decimal): -10723217 or 7299164. OLE color: 7299164.

HSL color Cylindrical-coordinate representation of color #5C606F: hue angle of 227.37º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5C606F is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 96 111 -
CMYK 0.17 0.14 0 0.56
HSL 227.37º 0.09% 0.4% -
HSV(B) 227.37º 0.17% 0.44% -
XYZ 11.47 11.79 16.71 -
YUV 96.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 92 96 111 0.17 0.14 0 0.56 227.37 0.09 0.4
Hex 5C 60 6F 11 E 0 38 E3 9 28
Octal 134 140 157 21 16 0 70 343 11 50
Binary 1011100 1100000 1101111 10001 1110 0 111000 11100011 1001 101000

Color Harmonies of #5C606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C606F

Black with #5C606F

Text Example


Text Example

White with #5C606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,96,111); }

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

background-color css

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

 a { background-color: rgb(92,96,111); }

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

border-color css

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

 span { border-color: rgb(92,96,111); }

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