#506066

Color #506066 Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #506066

Tints of Fiord #506066

Color information

#506066 (or 0x506066) is unknown color: approx 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

RGB8096102-
CMYK0.220.0600.6
HSL196.36º12.09%35.69%-
HSV(B)196.36º21.57%40%-
XYZ9.8911.0314.18-
YUV91.9133.7119.51-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80961020.220.0600.6196.3612.0935.69
Hex50606616603Cc4c24
Octal1201401462660743041444
Binary101000011000001100110101101100111100110001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>