Html Css Color HEX #5F5362 Fedora

📋 copy color: '#5F5362'

red 95 ◦ green 83 ◦ blue 98

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

Shades of Fedora #5F5362

Tints of Fedora #5F5362

RGB

 RED value IS 95 (37.5% from 255) = 34.42%

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

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 34.42%
G = 30.07%
B = 35.51%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5F5362 (or 0x5F5362) is known color: Fedora. HEX triplet: 5F, 53 and 62. RGB value is (95,83,98). Sum of RGB (Red+Green+Blue) = 95+83+98=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F5362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5362 is #A0AC9D. Grayscale: #585858. Windows color (decimal): -10529950 or 6443871. OLE color: 6443871.

HSL color Cylindrical-coordinate representation of color #5F5362: hue angle of 288º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F5362 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 95 83 98 -
CMYK 0.03 0.15 0 0.62
HSL 288º 0.08% 0.35% -
HSV(B) 288º 0.15% 0.38% -
XYZ 10.02 9.5 12.86 -
YUV 88.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 95 83 98 0.03 0.15 0 0.62 288 0.08 0.35
Hex 5F 53 62 3 F 0 3E 120 8 23
Octal 137 123 142 3 17 0 76 440 10 43
Binary 1011111 1010011 1100010 11 1111 0 111110 100100000 1000 100011

Color Harmonies of #5F5362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5362

Black with #5F5362

Text Example


Text Example

White with #5F5362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F5362; }

 p { color: rgb(95,83,98); }

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

background-color css

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

 a { background-color: rgb(95,83,98); }

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

border-color css

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

 span { border-color: rgb(95,83,98); }

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