Html Css Color HEX #5F6073 Comet

📋 copy color: '#5F6073'

red 95 ◦ green 96 ◦ blue 115

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

Shades of Comet #5F6073

Tints of Comet #5F6073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 31.05%
G = 31.37%
B = 37.58%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F6073 (or 0x5F6073) is known color: Comet. HEX triplet: 5F, 60 and 73. RGB value is (95,96,115). Sum of RGB (Red+Green+Blue) = 95+96+115=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F6073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6073 is #A09F8C. Grayscale: #616161. Windows color (decimal): -10526605 or 7561311. OLE color: 7561311.

HSL color Cylindrical-coordinate representation of color #5F6073: hue angle of 237º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F6073 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 96 115 -
CMYK 0.17 0.17 0 0.55
HSL 237º 0.1% 0.41% -
HSV(B) 237º 0.17% 0.45% -
XYZ 12 12.04 17.91 -
YUV 97.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 95 96 115 0.17 0.17 0 0.55 237 0.1 0.41
Hex 5F 60 73 11 11 0 37 ED A 29
Octal 137 140 163 21 21 0 67 355 12 51
Binary 1011111 1100000 1110011 10001 10001 0 110111 11101101 1010 101001

Color Harmonies of #5F6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6073

Black with #5F6073

Text Example


Text Example

White with #5F6073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,96,115); }

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

background-color css

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

 a { background-color: rgb(95,96,115); }

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

border-color css

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

 span { border-color: rgb(95,96,115); }

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