#586266

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

Shades of Fiord #586266

Tints of Fiord #586266

Color information

#586266 (or 0x586266) is unknown color: approx Fiord. HEX triplet: 58, 62 and 66. RGB value is (88,98,102). Sum of RGB (Red+Green+Blue) = 88+98+102=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 102 - color contains mainly: blue. Hex color #586266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586266 is #A79D99. Grayscale: #5F5F5F. Windows color (decimal): -10984858 or 6709848. OLE color: 6709848.

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

Color convert

RGB8898102-
CMYK0.140.0400.6
HSL197.14º7.37%37.25%-
HSV(B)197.14º13.73%40%-
XYZ10.7911.7714.27-
YUV95.47131.69122.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.56%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 102 (40.23% from 255) = 35.42%
R=30.56%
G=34.03%
B=35.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88981020.140.0400.6197.147.3737.25
Hex586266E403Cc5725
Octal130142146164074305745
Binary1011000110001011001101110100011110011000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586266; }

 p { color: rgb(88,98,102); }

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

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

 a { background-color: rgb(88,98,102); }

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

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

 span { border-color: rgb(88,98,102); }

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