Html Css Color HEX #65586C Fedora

📋 copy color: '#65586C'

red 101 ◦ green 88 ◦ blue 108

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

Shades of Fedora #65586C

Tints of Fedora #65586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.63%

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 34.01%
G = 29.63%
B = 36.36%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#65586C (or 0x65586C) is known color: Fedora. HEX triplet: 65, 58 and 6C. RGB value is (101,88,108). Sum of RGB (Red+Green+Blue) = 101+88+108=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 108 - color contains mainly: blue. Hex color #65586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65586C is #9AA793. Grayscale: #5E5E5E. Windows color (decimal): -10135444 or 7100517. OLE color: 7100517.

HSL color Cylindrical-coordinate representation of color #65586C: hue angle of 279º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65586C is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 88 108 -
CMYK 0.06 0.19 0 0.58
HSL 279º 0.1% 0.38% -
HSV(B) 279º 0.19% 0.42% -
XYZ 11.56 10.83 15.67 -
YUV 94.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 101 88 108 0.06 0.19 0 0.58 279 0.1 0.38
Hex 65 58 6C 6 13 0 3A 117 A 26
Octal 145 130 154 6 23 0 72 427 12 46
Binary 1100101 1011000 1101100 110 10011 0 111010 100010111 1010 100110

Color Harmonies of #65586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65586C

Black with #65586C

Text Example


Text Example

White with #65586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65586C; }

 p { color: rgb(101,88,108); }

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

background-color css

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

 a { background-color: rgb(101,88,108); }

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

border-color css

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

 span { border-color: rgb(101,88,108); }

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