#586065

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

Shades of Fiord #586065

Tints of Fiord #586065

Color information

#586065 (or 0x586065) is unknown color: approx Fiord. HEX triplet: 58, 60 and 65. RGB value is (88,96,101). Sum of RGB (Red+Green+Blue) = 88+96+101=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 101 - color contains mainly: blue. Hex color #586065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586065 is #A79F9A. Grayscale: #5E5E5E. Windows color (decimal): -10985371 or 6643800. OLE color: 6643800.

HSL color Cylindrical-coordinate representation of color #586065: hue angle of 203.08º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #586065 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8896101-
CMYK0.130.0500.60
HSL203.08º6.88%37.06%-
HSV(B)203.08º12.87%39.61%-
XYZ10.5611.3813.95-
YUV94.18131.85123.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=30.88%
G=33.68%
B=35.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88961010.130.0500.60203.086.8837.06
Hex586065D503Ccb725
Octal130140145155074313745
Binary1011000110000011001011101101011110011001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586065; }

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

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

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

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

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

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

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

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