Html Css Color HEX #505B62 Fiord

📋 copy color: '#505B62'

red 80 ◦ green 91 ◦ blue 98

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

Shades of Fiord #505B62

Tints of Fiord #505B62

RGB

 RED value IS 80 (31.64% from 255) = 29.74%

 GREEN value IS 91 (35.94% from 255) = 33.83%

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 29.74%
G = 33.83%
B = 36.43%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#505B62 (or 0x505B62) is known color: Fiord. HEX triplet: 50, 5B and 62. RGB value is (80,91,98). Sum of RGB (Red+Green+Blue) = 80+91+98=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 98 - color contains mainly: blue. Hex color #505B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B62 is #AFA49D. Grayscale: #585858. Windows color (decimal): -11510942 or 6445904. OLE color: 6445904.

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

Color convert

RGB 80 91 98 -
CMYK 0.18 0.07 0 0.62
HSL 203.33º 0.1% 0.35% -
HSV(B) 203.33º 0.18% 0.38% -
XYZ 9.25 10.07 13.01 -
YUV 88.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 80 91 98 0.18 0.07 0 0.62 203.33 0.1 0.35
Hex 50 5B 62 12 7 0 3E CB A 23
Octal 120 133 142 22 7 0 76 313 12 43
Binary 1010000 1011011 1100010 10010 111 0 111110 11001011 1010 100011

Color Harmonies of #505B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B62

Black with #505B62

Text Example


Text Example

White with #505B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #505B62;
 }
 .AnyTagClassName
 {
   color: #505B62;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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