#5B6062

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

Shades of Fiord #5B6062

Tints of Fiord #5B6062

Color information

#5B6062 (or 0x5B6062) is unknown color: approx Fiord. HEX triplet: 5B, 60 and 62. RGB value is (91,96,98). Sum of RGB (Red+Green+Blue) = 91+96+98=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B6062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6062 is #A49F9D. Grayscale: #5E5E5E. Windows color (decimal): -10788766 or 6447195. OLE color: 6447195.

HSL color Cylindrical-coordinate representation of color #5B6062: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5B6062 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB919698-
CMYK0.070.0200.62
HSL197.14º3.7%37.06%-
HSV(B)197.14º7.14%38.43%-
XYZ10.711.4713.21-
YUV94.73129.84125.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.93%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=31.93%
G=33.68%
B=34.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196980.070.0200.62197.143.737.06
Hex5B60627203Ec5425
Octal13314014272076305445
Binary10110111100000110001011110011111011000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B6062; }

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

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

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

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

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

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

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

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