#5F4B67

Color #5F4B67 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #5F4B67

Tints of Fedora #5F4B67

Color information

#5F4B67 (or 0x5F4B67) is unknown color: approx Fedora. HEX triplet: 5F, 4B and 67. RGB value is (95,75,103). Sum of RGB (Red+Green+Blue) = 95+75+103=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F4B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4B67 is #A0B498. Grayscale: #545454. Windows color (decimal): -10531993 or 6769503. OLE color: 6769503.

HSL color Cylindrical-coordinate representation of color #5F4B67: hue angle of 282.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F4B67 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9575103-
CMYK0.080.2700.60
HSL282.86º15.73%34.9%-
HSV(B)282.86º27.18%40.39%-
XYZ9.688.4413.95-
YUV84.17138.63135.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.80%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=34.80%
G=27.47%
B=37.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95751030.080.2700.60282.8615.7334.9
Hex5F4B6781B03C11b1023
Octal13711314710330744332043
Binary101111110010111100111100011011011110010001101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,75,103); }

 H1.HeaderClassName
 {
   color: #5F4B67;
 }
 .AnyTagClassName
 {
   color: #5F4B67;
 }
</style>
background-color css

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

 a { background-color: rgb(95,75,103); }

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

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

 span { border-color: rgb(95,75,103); }

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