Html Css Color HEX #506066 Fiord

📋 copy color: '#506066'

red 80 ◦ green 96 ◦ blue 102

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

Shades of Fiord #506066

Tints of Fiord #506066

RGB

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

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

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

R = 28.78%
G = 34.53%
B = 36.69%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#506066 (or 0x506066) is known color: Fiord. HEX triplet: 50, 60 and 66. RGB value is (80,96,102). Sum of RGB (Red+Green+Blue) = 80+96+102=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #506066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506066 is #AF9F99. Grayscale: #5B5B5B. Windows color (decimal): -11509658 or 6709328. OLE color: 6709328.

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

Color convert

RGB 80 96 102 -
CMYK 0.22 0.06 0 0.6
HSL 196.36º 0.12% 0.36% -
HSV(B) 196.36º 0.22% 0.4% -
XYZ 9.89 11.03 14.18 -
YUV 91.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 80 96 102 0.22 0.06 0 0.6 196.36 0.12 0.36
Hex 50 60 66 16 6 0 3C C4 C 24
Octal 120 140 146 26 6 0 74 304 14 44
Binary 1010000 1100000 1100110 10110 110 0 111100 11000100 1100 100100

Color Harmonies of #506066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506066

Black with #506066

Text Example


Text Example

White with #506066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506066; }

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

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

background-color css

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

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

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

border-color css

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

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

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