Html Css Color HEX #5F6372 Comet

📋 copy color: '#5F6372'

red 95 ◦ green 99 ◦ blue 114

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

Shades of Comet #5F6372

Tints of Comet #5F6372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 30.84%
G = 32.14%
B = 37.01%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F6372 (or 0x5F6372) is known color: Comet. HEX triplet: 5F, 63 and 72. RGB value is (95,99,114). Sum of RGB (Red+Green+Blue) = 95+99+114=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 114 - color contains mainly: blue. Hex color #5F6372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6372 is #A09C8D. Grayscale: #636363. Windows color (decimal): -10525838 or 7496543. OLE color: 7496543.

HSL color Cylindrical-coordinate representation of color #5F6372: hue angle of 227.37º degrees, saturation: 0.09, 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 #5F6372 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 99 114 -
CMYK 0.17 0.13 0 0.55
HSL 227.37º 0.09% 0.41% -
HSV(B) 227.37º 0.17% 0.45% -
XYZ 12.22 12.57 17.7 -
YUV 99.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 95 99 114 0.17 0.13 0 0.55 227.37 0.09 0.41
Hex 5F 63 72 11 D 0 37 E3 9 29
Octal 137 143 162 21 15 0 67 343 11 51
Binary 1011111 1100011 1110010 10001 1101 0 110111 11100011 1001 101001

Color Harmonies of #5F6372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6372

Black with #5F6372

Text Example


Text Example

White with #5F6372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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