#655168

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

Shades of Fedora #655168

Tints of Fedora #655168

Color information

#655168 (or 0x655168) is unknown color: approx Fedora. HEX triplet: 65, 51 and 68. RGB value is (101,81,104). Sum of RGB (Red+Green+Blue) = 101+81+104=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #655168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655168 is #9AAE97. Grayscale: #595959. Windows color (decimal): -10137240 or 6836581. OLE color: 6836581.

HSL color Cylindrical-coordinate representation of color #655168: hue angle of 292.17º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #655168 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10181104-
CMYK0.030.2200.59
HSL292.17º12.43%36.27%-
HSV(B)292.17º22.12%40.78%-
XYZ10.819.6514.39-
YUV89.6136.13136.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.31%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=35.31%
G=28.32%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101811040.030.2200.59292.1712.4336.27
Hex65516831603B124c24
Octal1451211503260734441444
Binary110010110100011101000111011001110111001001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655168; }

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

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

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

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

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

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

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

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