Html Css Color HEX #506068 Fiord

📋 copy color: '#506068'

red 80 ◦ green 96 ◦ blue 104

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

Shades of Fiord #506068

Tints of Fiord #506068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 28.57%
G = 34.29%
B = 37.14%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#506068 (or 0x506068) is known color: Fiord. HEX triplet: 50, 60 and 68. RGB value is (80,96,104). Sum of RGB (Red+Green+Blue) = 80+96+104=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #506068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506068 is #AF9F97. Grayscale: #5C5C5C. Windows color (decimal): -11509656 or 6840400. OLE color: 6840400.

HSL color Cylindrical-coordinate representation of color #506068: hue angle of 200º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506068 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 96 104 -
CMYK 0.23 0.08 0 0.59
HSL 200º 0.13% 0.36% -
HSV(B) 200º 0.23% 0.41% -
XYZ 9.99 11.07 14.71 -
YUV 92.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 80 96 104 0.23 0.08 0 0.59 200 0.13 0.36
Hex 50 60 68 17 8 0 3B C8 D 24
Octal 120 140 150 27 10 0 73 310 15 44
Binary 1010000 1100000 1101000 10111 1000 0 111011 11001000 1101 100100

Color Harmonies of #506068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506068

Black with #506068

Text Example


Text Example

White with #506068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506068; }

 p { color: rgb(80,96,104); }

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

background-color css

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

 a { background-color: rgb(80,96,104); }

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

border-color css

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

 span { border-color: rgb(80,96,104); }

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