#506270

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

Shades of Fiord #506270

Tints of Fiord #506270

Color information

#506270 (or 0x506270) is unknown color: approx Fiord. HEX triplet: 50, 62 and 70. RGB value is (80,98,112). Sum of RGB (Red+Green+Blue) = 80+98+112=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #506270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506270 is #AF9D8F. Grayscale: #5E5E5E. Windows color (decimal): -11509136 or 7365200. OLE color: 7365200.

HSL color Cylindrical-coordinate representation of color #506270: hue angle of 206.25º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506270 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8098112-
CMYK0.290.1300.56
HSL206.25º16.67%37.65%-
HSV(B)206.25º28.57%43.92%-
XYZ10.611.6117.01-
YUV94.21138.04117.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=27.59%
G=33.79%
B=38.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80981120.290.1300.56206.2516.6737.65
Hex5062701DD038ce1126
Octal12014216035150703162146
Binary10100001100010111000011101110101110001100111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506270; }

 p { color: rgb(80,98,112); }

 H1.HeaderClassName
 {
   color: #506270;
 }
 .AnyTagClassName
 {
   color: #506270;
 }
</style>
background-color css

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

 a { background-color: rgb(80,98,112); }

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

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

 span { border-color: rgb(80,98,112); }

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