Html Css Color HEX #5C607F Comet

📋 copy color: '#5C607F'

red 92 ◦ green 96 ◦ blue 127

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

Shades of Comet #5C607F

Tints of Comet #5C607F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.32%

R = 29.21%
G = 30.48%
B = 40.32%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5C607F (or 0x5C607F) is known color: Comet. HEX triplet: 5C, 60 and 7F. RGB value is (92,96,127). Sum of RGB (Red+Green+Blue) = 92+96+127=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C607F is #A39F80. Grayscale: #626262. Windows color (decimal): -10723201 or 8347740. OLE color: 8347740.

HSL color Cylindrical-coordinate representation of color #5C607F: hue angle of 233.14º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C607F is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 92 96 127 -
CMYK 0.28 0.24 0 0.50
HSL 233.14º 0.16% 0.43% -
HSV(B) 233.14º 0.28% 0.5% -
XYZ 12.43 12.17 21.77 -
YUV 98.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 92 96 127 0.28 0.24 0 0.50 233.14 0.16 0.43
Hex 5C 60 7F 1C 18 0 32 E9 10 2B
Octal 134 140 177 34 30 0 62 351 20 53
Binary 1011100 1100000 1111111 11100 11000 0 110010 11101001 10000 101011

Color Harmonies of #5C607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C607F

Black with #5C607F

Text Example


Text Example

White with #5C607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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