Html Css Color HEX #605565 Fedora

📋 copy color: '#605565'

red 96 ◦ green 85 ◦ blue 101

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

Shades of Fedora #605565

Tints of Fedora #605565

RGB

 RED value IS 96 (37.89% from 255) = 34.04%

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

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 34.04%
G = 30.14%
B = 35.82%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#605565 (or 0x605565) is known color: Fedora. HEX triplet: 60, 55 and 65. RGB value is (96,85,101). Sum of RGB (Red+Green+Blue) = 96+85+101=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 101 - color contains mainly: blue. Hex color #605565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605565 is #9FAA9A. Grayscale: #5A5A5A. Windows color (decimal): -10463899 or 6640992. OLE color: 6640992.

HSL color Cylindrical-coordinate representation of color #605565: hue angle of 281.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #605565 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 85 101 -
CMYK 0.05 0.16 0 0.60
HSL 281.25º 0.09% 0.36% -
HSV(B) 281.25º 0.16% 0.4% -
XYZ 10.42 9.92 13.68 -
YUV 90.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 96 85 101 0.05 0.16 0 0.60 281.25 0.09 0.36
Hex 60 55 65 5 10 0 3C 119 9 24
Octal 140 125 145 5 20 0 74 431 11 44
Binary 1100000 1010101 1100101 101 10000 0 111100 100011001 1001 100100

Color Harmonies of #605565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605565

Black with #605565

Text Example


Text Example

White with #605565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605565; }

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

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

background-color css

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

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

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

border-color css

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

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

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