Html Css Color HEX #5F6273 Comet

📋 copy color: '#5F6273'

red 95 ◦ green 98 ◦ blue 115

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

Shades of Comet #5F6273

Tints of Comet #5F6273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.82%

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

R = 30.84%
G = 31.82%
B = 37.34%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F6273 (or 0x5F6273) is known color: Comet. HEX triplet: 5F, 62 and 73. RGB value is (95,98,115). Sum of RGB (Red+Green+Blue) = 95+98+115=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6273 is #A09D8C. Grayscale: #626262. Windows color (decimal): -10526093 or 7561823. OLE color: 7561823.

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

Color convert

RGB 95 98 115 -
CMYK 0.17 0.15 0 0.55
HSL 231º 0.1% 0.41% -
HSV(B) 231º 0.17% 0.45% -
XYZ 12.18 12.41 17.97 -
YUV 99.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 95 98 115 0.17 0.15 0 0.55 231 0.1 0.41
Hex 5F 62 73 11 F 0 37 E7 A 29
Octal 137 142 163 21 17 0 67 347 12 51
Binary 1011111 1100010 1110011 10001 1111 0 110111 11100111 1010 101001

Color Harmonies of #5F6273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6273

Black with #5F6273

Text Example


Text Example

White with #5F6273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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