Html Css Color HEX #505F6A Fiord

📋 copy color: '#505F6A'

red 80 ◦ green 95 ◦ blue 106

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

Shades of Fiord #505F6A

Tints of Fiord #505F6A

RGB

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

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

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

R = 28.47%
G = 33.81%
B = 37.72%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#505F6A (or 0x505F6A) is known color: Fiord. HEX triplet: 50, 5F and 6A. RGB value is (80,95,106). Sum of RGB (Red+Green+Blue) = 80+95+106=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #505F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F6A is #AFA095. Grayscale: #5B5B5B. Windows color (decimal): -11509910 or 6971216. OLE color: 6971216.

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

Color convert

RGB 80 95 106 -
CMYK 0.25 0.10 0 0.58
HSL 205.38º 0.14% 0.36% -
HSV(B) 205.38º 0.25% 0.42% -
XYZ 10 10.93 15.22 -
YUV 91.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 80 95 106 0.25 0.10 0 0.58 205.38 0.14 0.36
Hex 50 5F 6A 19 A 0 3A CD E 24
Octal 120 137 152 31 12 0 72 315 16 44
Binary 1010000 1011111 1101010 11001 1010 0 111010 11001101 1110 100100

Color Harmonies of #505F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F6A

Black with #505F6A

Text Example


Text Example

White with #505F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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