Html Css Color HEX #605566 Fedora

📋 copy color: '#605566'

red 96 ◦ green 85 ◦ blue 102

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

Shades of Fedora #605566

Tints of Fedora #605566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 33.92%
G = 30.04%
B = 36.04%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#605566 (or 0x605566) is known color: Fedora. HEX triplet: 60, 55 and 66. RGB value is (96,85,102). Sum of RGB (Red+Green+Blue) = 96+85+102=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #605566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605566 is #9FAA99. Grayscale: #5A5A5A. Windows color (decimal): -10463898 or 6706528. OLE color: 6706528.

HSL color Cylindrical-coordinate representation of color #605566: hue angle of 278.82º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605566 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 85 102 -
CMYK 0.06 0.17 0 0.6
HSL 278.82º 0.09% 0.37% -
HSV(B) 278.82º 0.17% 0.4% -
XYZ 10.47 9.94 13.94 -
YUV 90.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 96 85 102 0.06 0.17 0 0.6 278.82 0.09 0.37
Hex 60 55 66 6 11 0 3C 117 9 25
Octal 140 125 146 6 21 0 74 427 11 45
Binary 1100000 1010101 1100110 110 10001 0 111100 100010111 1001 100101

Color Harmonies of #605566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605566

Black with #605566

Text Example


Text Example

White with #605566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605566; }

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

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

background-color css

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

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

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

border-color css

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

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

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