Html Css Color HEX #5F637F Comet

📋 copy color: '#5F637F'

red 95 ◦ green 99 ◦ blue 127

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

Shades of Comet #5F637F

Tints of Comet #5F637F

RGB

 RED value IS 95 (37.5% from 255) = 29.6%

 GREEN value IS 99 (39.06% from 255) = 30.84%

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

R = 29.6%
G = 30.84%
B = 39.56%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5F637F (or 0x5F637F) is known color: Comet. HEX triplet: 5F, 63 and 7F. RGB value is (95,99,127). Sum of RGB (Red+Green+Blue) = 95+99+127=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F637F is #A09C80. Grayscale: #646464. Windows color (decimal): -10525825 or 8348511. OLE color: 8348511.

HSL color Cylindrical-coordinate representation of color #5F637F: hue angle of 232.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F637F is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 95 99 127 -
CMYK 0.25 0.22 0 0.50
HSL 232.5º 0.14% 0.44% -
HSV(B) 232.5º 0.25% 0.5% -
XYZ 13.01 12.89 21.88 -
YUV 101 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 95 99 127 0.25 0.22 0 0.50 232.5 0.14 0.44
Hex 5F 63 7F 19 16 0 32 E8 E 2C
Octal 137 143 177 31 26 0 62 350 16 54
Binary 1011111 1100011 1111111 11001 10110 0 110010 11101000 1110 101100

Color Harmonies of #5F637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F637F

Black with #5F637F

Text Example


Text Example

White with #5F637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,99,127); }

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

background-color css

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

 a { background-color: rgb(95,99,127); }

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

border-color css

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

 span { border-color: rgb(95,99,127); }

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