#586064

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

Shades of Fiord #586064

Tints of Fiord #586064

Color information

#586064 (or 0x586064) is unknown color: approx Fiord. HEX triplet: 58, 60 and 64. RGB value is (88,96,100). Sum of RGB (Red+Green+Blue) = 88+96+100=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 100 - color contains mainly: blue. Hex color #586064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586064 is #A79F9B. Grayscale: #5E5E5E. Windows color (decimal): -10985372 or 6578264. OLE color: 6578264.

HSL color Cylindrical-coordinate representation of color #586064: hue angle of 200º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #586064 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8896100-
CMYK0.120.0400.61
HSL200º6.38%36.86%-
HSV(B)200º12%39.22%-
XYZ10.5111.3613.7-
YUV94.06131.35123.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=30.99%
G=33.80%
B=35.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal88961000.120.0400.612006.3836.86
Hex586064C403Dc8625
Octal130140144144075310645
Binary1011000110000011001001100100011110111001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586064; }

 p { color: rgb(88,96,100); }

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

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

 a { background-color: rgb(88,96,100); }

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

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

 span { border-color: rgb(88,96,100); }

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