#576368

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

Shades of Fiord #576368

Tints of Fiord #576368

Color information

#576368 (or 0x576368) is unknown color: approx Fiord. HEX triplet: 57, 63 and 68. RGB value is (87,99,104). Sum of RGB (Red+Green+Blue) = 87+99+104=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #576368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576368 is #A89C97. Grayscale: #5F5F5F. Windows color (decimal): -11050136 or 6841175. OLE color: 6841175.

HSL color Cylindrical-coordinate representation of color #576368: hue angle of 197.65º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #576368 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8799104-
CMYK0.160.0500.59
HSL197.65º8.9%37.45%-
HSV(B)197.65º16.35%40.78%-
XYZ10.8911.9514.83-
YUV95.98132.52121.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=30%
G=34.14%
B=35.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87991040.160.0500.59197.658.937.45
Hex57636810503Bc6925
Octal1271431502050733061145
Binary101011111000111101000100001010111011110001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576368; }

 p { color: rgb(87,99,104); }

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

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

 a { background-color: rgb(87,99,104); }

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

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

 span { border-color: rgb(87,99,104); }

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