Html Css Color HEX #655368 Fedora

📋 copy color: '#655368'

red 101 ◦ green 83 ◦ blue 104

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

Shades of Fedora #655368

Tints of Fedora #655368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.82%

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

R = 35.07%
G = 28.82%
B = 36.11%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#655368 (or 0x655368) is known color: Fedora. HEX triplet: 65, 53 and 68. RGB value is (101,83,104). Sum of RGB (Red+Green+Blue) = 101+83+104=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 104 - color contains mainly: blue. Hex color #655368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655368 is #9AAC97. Grayscale: #5A5A5A. Windows color (decimal): -10136728 or 6837093. OLE color: 6837093.

HSL color Cylindrical-coordinate representation of color #655368: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #655368 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 83 104 -
CMYK 0.03 0.20 0 0.59
HSL 291.43º 0.11% 0.37% -
HSV(B) 291.43º 0.2% 0.41% -
XYZ 10.96 9.95 14.44 -
YUV 90.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 101 83 104 0.03 0.20 0 0.59 291.43 0.11 0.37
Hex 65 53 68 3 14 0 3B 123 B 25
Octal 145 123 150 3 24 0 73 443 13 45
Binary 1100101 1010011 1101000 11 10100 0 111011 100100011 1011 100101

Color Harmonies of #655368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655368

Black with #655368

Text Example


Text Example

White with #655368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655368; }

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

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

background-color css

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

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

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

border-color css

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

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

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