Html Css Color HEX #65506A Fedora

📋 copy color: '#65506A'

red 101 ◦ green 80 ◦ blue 106

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

Shades of Fedora #65506A

Tints of Fedora #65506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 35.19%
G = 27.87%
B = 36.93%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#65506A (or 0x65506A) is known color: Fedora. HEX triplet: 65, 50 and 6A. RGB value is (101,80,106). Sum of RGB (Red+Green+Blue) = 101+80+106=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #65506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65506A is #9AAF95. Grayscale: #595959. Windows color (decimal): -10137494 or 6967397. OLE color: 6967397.

HSL color Cylindrical-coordinate representation of color #65506A: hue angle of 288.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65506A is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 80 106 -
CMYK 0.05 0.25 0 0.58
HSL 288.46º 0.14% 0.36% -
HSV(B) 288.46º 0.25% 0.42% -
XYZ 10.84 9.54 14.91 -
YUV 89.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 101 80 106 0.05 0.25 0 0.58 288.46 0.14 0.36
Hex 65 50 6A 5 19 0 3A 120 E 24
Octal 145 120 152 5 31 0 72 440 16 44
Binary 1100101 1010000 1101010 101 11001 0 111010 100100000 1110 100100

Color Harmonies of #65506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65506A

Black with #65506A

Text Example


Text Example

White with #65506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65506A; }

 p { color: rgb(101,80,106); }

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

background-color css

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

 a { background-color: rgb(101,80,106); }

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

border-color css

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

 span { border-color: rgb(101,80,106); }

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