Html Css Color HEX #655568 Fedora

📋 copy color: '#655568'

red 101 ◦ green 85 ◦ blue 104

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

Shades of Fedora #655568

Tints of Fedora #655568

RGB

 RED value IS 101 (39.84% from 255) = 34.83%

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 34.83%
G = 29.31%
B = 35.86%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#655568 (or 0x655568) is known color: Fedora. HEX triplet: 65, 55 and 68. RGB value is (101,85,104). Sum of RGB (Red+Green+Blue) = 101+85+104=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #655568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655568 is #9AAA97. Grayscale: #5B5B5B. Windows color (decimal): -10136216 or 6837605. OLE color: 6837605.

HSL color Cylindrical-coordinate representation of color #655568: hue angle of 290.53º 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 #655568 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 85 104 -
CMYK 0.03 0.18 0 0.59
HSL 290.53º 0.1% 0.37% -
HSV(B) 290.53º 0.18% 0.41% -
XYZ 11.11 10.26 14.49 -
YUV 91.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 101 85 104 0.03 0.18 0 0.59 290.53 0.1 0.37
Hex 65 55 68 3 12 0 3B 123 A 25
Octal 145 125 150 3 22 0 73 443 12 45
Binary 1100101 1010101 1101000 11 10010 0 111011 100100011 1010 100101

Color Harmonies of #655568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655568

Black with #655568

Text Example


Text Example

White with #655568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655568; }

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

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

background-color css

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

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

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

border-color css

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

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

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