Html Css Color HEX #505C67 Fiord

📋 copy color: '#505C67'

red 80 ◦ green 92 ◦ blue 103

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

Shades of Fiord #505C67

Tints of Fiord #505C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.45%

R = 29.09%
G = 33.45%
B = 37.45%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#505C67 (or 0x505C67) is known color: Fiord. HEX triplet: 50, 5C and 67. RGB value is (80,92,103). Sum of RGB (Red+Green+Blue) = 80+92+103=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 103 - color contains mainly: blue. Hex color #505C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C67 is #AFA398. Grayscale: #595959. Windows color (decimal): -11510681 or 6773840. OLE color: 6773840.

HSL color Cylindrical-coordinate representation of color #505C67: hue angle of 208.7º degrees, saturation: 0.13, 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 #505C67 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 92 103 -
CMYK 0.22 0.11 0 0.60
HSL 208.7º 0.13% 0.36% -
HSV(B) 208.7º 0.22% 0.4% -
XYZ 9.58 10.34 14.32 -
YUV 89.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 80 92 103 0.22 0.11 0 0.60 208.7 0.13 0.36
Hex 50 5C 67 16 B 0 3C D1 D 24
Octal 120 134 147 26 13 0 74 321 15 44
Binary 1010000 1011100 1100111 10110 1011 0 111100 11010001 1101 100100

Color Harmonies of #505C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C67

Black with #505C67

Text Example


Text Example

White with #505C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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