Html Css Color HEX #505C66 Fiord

📋 copy color: '#505C66'

red 80 ◦ green 92 ◦ blue 102

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

Shades of Fiord #505C66

Tints of Fiord #505C66

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.58%

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

R = 29.2%
G = 33.58%
B = 37.23%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#505C66 (or 0x505C66) is known color: Fiord. HEX triplet: 50, 5C and 66. RGB value is (80,92,102). Sum of RGB (Red+Green+Blue) = 80+92+102=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 102 - color contains mainly: blue. Hex color #505C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C66 is #AFA399. Grayscale: #595959. Windows color (decimal): -11510682 or 6708304. OLE color: 6708304.

HSL color Cylindrical-coordinate representation of color #505C66: hue angle of 207.27º 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 #505C66 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 92 102 -
CMYK 0.22 0.10 0 0.6
HSL 207.27º 0.12% 0.36% -
HSV(B) 207.27º 0.22% 0.4% -
XYZ 9.53 10.32 14.06 -
YUV 89.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 80 92 102 0.22 0.10 0 0.6 207.27 0.12 0.36
Hex 50 5C 66 16 A 0 3C CF C 24
Octal 120 134 146 26 12 0 74 317 14 44
Binary 1010000 1011100 1100110 10110 1010 0 111100 11001111 1100 100100

Color Harmonies of #505C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C66

Black with #505C66

Text Example


Text Example

White with #505C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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