#576268

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

Shades of Fiord #576268

Tints of Fiord #576268

Color information

#576268 (or 0x576268) is unknown color: approx Fiord. HEX triplet: 57, 62 and 68. RGB value is (87,98,104). Sum of RGB (Red+Green+Blue) = 87+98+104=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: blue. Hex color #576268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576268 is #A89D97. Grayscale: #5F5F5F. Windows color (decimal): -11050392 or 6840919. OLE color: 6840919.

HSL color Cylindrical-coordinate representation of color #576268: hue angle of 201.18º 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 #576268 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8798104-
CMYK0.160.0600.59
HSL201.18º8.9%37.45%-
HSV(B)201.18º16.35%40.78%-
XYZ10.811.7614.8-
YUV95.39132.86122.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=30.10%
G=33.91%
B=35.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87981040.160.0600.59201.188.937.45
Hex57626810603Bc9925
Octal1271421502060733111145
Binary101011111000101101000100001100111011110010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576268; }

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

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

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

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

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

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

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

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