Html Css Color HEX #506069 Fiord

📋 copy color: '#506069'

red 80 ◦ green 96 ◦ blue 105

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

Shades of Fiord #506069

Tints of Fiord #506069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.37%

R = 28.47%
G = 34.16%
B = 37.37%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#506069 (or 0x506069) is known color: Fiord. HEX triplet: 50, 60 and 69. RGB value is (80,96,105). Sum of RGB (Red+Green+Blue) = 80+96+105=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 105 - color contains mainly: blue. Hex color #506069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506069 is #AF9F96. Grayscale: #5C5C5C. Windows color (decimal): -11509655 or 6905936. OLE color: 6905936.

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

Color convert

RGB 80 96 105 -
CMYK 0.24 0.09 0 0.59
HSL 201.6º 0.14% 0.36% -
HSV(B) 201.6º 0.24% 0.41% -
XYZ 10.04 11.09 14.98 -
YUV 92.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 80 96 105 0.24 0.09 0 0.59 201.6 0.14 0.36
Hex 50 60 69 18 9 0 3B CA E 24
Octal 120 140 151 30 11 0 73 312 16 44
Binary 1010000 1100000 1101001 11000 1001 0 111011 11001010 1110 100100

Color Harmonies of #506069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506069

Black with #506069

Text Example


Text Example

White with #506069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506069; }

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

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

background-color css

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

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

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

border-color css

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

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

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