Html Css Color HEX #505F66 Fiord

📋 copy color: '#505F66'

red 80 ◦ green 95 ◦ blue 102

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

Shades of Fiord #505F66

Tints of Fiord #505F66

RGB

 RED value IS 80 (31.64% from 255) = 28.88%

 GREEN value IS 95 (37.5% from 255) = 34.3%

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

R = 28.88%
G = 34.3%
B = 36.82%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#505F66 (or 0x505F66) is known color: Fiord. HEX triplet: 50, 5F and 66. RGB value is (80,95,102). Sum of RGB (Red+Green+Blue) = 80+95+102=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 102 - color contains mainly: blue. Hex color #505F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F66 is #AFA099. Grayscale: #5B5B5B. Windows color (decimal): -11509914 or 6709072. OLE color: 6709072.

HSL color Cylindrical-coordinate representation of color #505F66: hue angle of 199.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #505F66 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 95 102 -
CMYK 0.22 0.07 0 0.6
HSL 199.09º 0.12% 0.36% -
HSV(B) 199.09º 0.22% 0.4% -
XYZ 9.8 10.85 14.15 -
YUV 91.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 80 95 102 0.22 0.07 0 0.6 199.09 0.12 0.36
Hex 50 5F 66 16 7 0 3C C7 C 24
Octal 120 137 146 26 7 0 74 307 14 44
Binary 1010000 1011111 1100110 10110 111 0 111100 11000111 1100 100100

Color Harmonies of #505F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F66

Black with #505F66

Text Example


Text Example

White with #505F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505F66; }

 p { color: rgb(80,95,102); }

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

background-color css

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

 a { background-color: rgb(80,95,102); }

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

border-color css

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

 span { border-color: rgb(80,95,102); }

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