#505962

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

Shades of Fiord #505962

Tints of Fiord #505962

Color information

#505962 (or 0x505962) is unknown color: approx Fiord. HEX triplet: 50, 59 and 62. RGB value is (80,89,98). Sum of RGB (Red+Green+Blue) = 80+89+98=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: blue. Hex color #505962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505962 is #AFA69D. Grayscale: #575757. Windows color (decimal): -11511454 or 6445392. OLE color: 6445392.

HSL color Cylindrical-coordinate representation of color #505962: hue angle of 210º 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 #505962 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB808998-
CMYK0.180.0900.62
HSL210º10.11%34.9%-
HSV(B)210º18.37%38.43%-
XYZ9.099.7312.95-
YUV87.34134.02122.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 89 (35.16% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=29.96%
G=33.33%
B=36.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8089980.180.0900.6221010.1134.9
Hex50596212903Ed2a23
Octal12013114222110763221243
Binary1010000101100111000101001010010111110110100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505962; }

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

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

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

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

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

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

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

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