Html Css Color HEX #5F5165 Fedora

📋 copy color: '#5F5165'

red 95 ◦ green 81 ◦ blue 101

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

Shades of Fedora #5F5165

Tints of Fedora #5F5165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.24%

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 34.3%
G = 29.24%
B = 36.46%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5F5165 (or 0x5F5165) is known color: Fedora. HEX triplet: 5F, 51 and 65. RGB value is (95,81,101). Sum of RGB (Red+Green+Blue) = 95+81+101=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F5165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5165 is #A0AE9A. Grayscale: #575757. Windows color (decimal): -10530459 or 6639967. OLE color: 6639967.

HSL color Cylindrical-coordinate representation of color #5F5165: hue angle of 282º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5F5165 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 95 81 101 -
CMYK 0.06 0.20 0 0.60
HSL 282º 0.11% 0.36% -
HSV(B) 282º 0.2% 0.4% -
XYZ 10.01 9.26 13.57 -
YUV 87.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 95 81 101 0.06 0.20 0 0.60 282 0.11 0.36
Hex 5F 51 65 6 14 0 3C 11A B 24
Octal 137 121 145 6 24 0 74 432 13 44
Binary 1011111 1010001 1100101 110 10100 0 111100 100011010 1011 100100

Color Harmonies of #5F5165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5165

Black with #5F5165

Text Example


Text Example

White with #5F5165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,81,101); }

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

background-color css

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

 a { background-color: rgb(95,81,101); }

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

border-color css

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

 span { border-color: rgb(95,81,101); }

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