Html Css Color HEX #505962 Fiord

📋 copy color: '#505962'

red 80 ◦ green 89 ◦ blue 98

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

Shades of Fiord #505962

Tints of Fiord #505962

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.7%

R = 29.96%
G = 33.33%
B = 36.7%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#505962 (or 0x505962) is known color: 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

RGB 80 89 98 -
CMYK 0.18 0.09 0 0.62
HSL 210º 0.1% 0.35% -
HSV(B) 210º 0.18% 0.38% -
XYZ 9.09 9.73 12.95 -
YUV 87.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 80 89 98 0.18 0.09 0 0.62 210 0.1 0.35
Hex 50 59 62 12 9 0 3E D2 A 23
Octal 120 131 142 22 11 0 76 322 12 43
Binary 1010000 1011001 1100010 10010 1001 0 111110 11010010 1010 100011

Color Harmonies of #505962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505962

Black with #505962

Text Example


Text Example

White with #505962

Text Example


Text Example

HTML Codes & Css Web 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>