Html Css Color HEX #586266 Fiord

📋 copy color: '#586266'

red 88 ◦ green 98 ◦ blue 102

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

Shades of Fiord #586266

Tints of Fiord #586266

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 value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#586266 (or 0x586266) is known color: 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

RGB 88 98 102 -
CMYK 0.14 0.04 0 0.6
HSL 197.14º 0.07% 0.37% -
HSV(B) 197.14º 0.14% 0.4% -
XYZ 10.79 11.77 14.27 -
YUV 95.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 88 98 102 0.14 0.04 0 0.6 197.14 0.07 0.37
Hex 58 62 66 E 4 0 3C C5 7 25
Octal 130 142 146 16 4 0 74 305 7 45
Binary 1011000 1100010 1100110 1110 100 0 111100 11000101 111 100101

Color Harmonies of #586266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586266

Black with #586266

Text Example


Text Example

White with #586266

Text Example


Text Example

HTML Codes & Css Web 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>