#665568

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

Shades of Fedora #665568

Tints of Fedora #665568

Color information

#665568 (or 0x665568) is unknown color: approx Fedora. HEX triplet: 66, 55 and 68. RGB value is (102,85,104). Sum of RGB (Red+Green+Blue) = 102+85+104=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 104 - color contains mainly: blue. Hex color #665568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665568 is #99AA97. Grayscale: #5C5C5C. Windows color (decimal): -10070680 or 6837606. OLE color: 6837606.

HSL color Cylindrical-coordinate representation of color #665568: hue angle of 293.68º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665568 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10285104-
CMYK0.020.1800.59
HSL293.68º10.05%37.06%-
HSV(B)293.68º18.27%40.78%-
XYZ11.2310.3214.5-
YUV92.25134.63134.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=35.05%
G=29.21%
B=35.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102851040.020.1800.59293.6810.0537.06
Hex66556821203B126a25
Octal1461251502220734461245
Binary110011010101011101000101001001110111001001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665568; }

 p { color: rgb(102,85,104); }

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

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

 a { background-color: rgb(102,85,104); }

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

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

 span { border-color: rgb(102,85,104); }

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