#505A62

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

Shades of Fiord #505A62

Tints of Fiord #505A62

Color information

#505A62 (or 0x505A62) is unknown color: approx Fiord. HEX triplet: 50, 5A and 62. RGB value is (80,90,98). Sum of RGB (Red+Green+Blue) = 80+90+98=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 98 - color contains mainly: blue. Hex color #505A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A62 is #AFA59D. Grayscale: #575757. Windows color (decimal): -11511198 or 6445648. OLE color: 6445648.

HSL color Cylindrical-coordinate representation of color #505A62: hue angle of 206.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505A62 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB809098-
CMYK0.180.0800.62
HSL206.67º10.11%34.9%-
HSV(B)206.67º18.37%38.43%-
XYZ9.179.912.98-
YUV87.92133.69122.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=29.85%
G=33.58%
B=36.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8090980.180.0800.62206.6710.1134.9
Hex505A6212803Ecfa23
Octal12013214222100763171243
Binary1010000101101011000101001010000111110110011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A62; }

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

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

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

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

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

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

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

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