#576066

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

Shades of Fiord #576066

Tints of Fiord #576066

Color information

#576066 (or 0x576066) is unknown color: approx Fiord. HEX triplet: 57, 60 and 66. RGB value is (87,96,102). Sum of RGB (Red+Green+Blue) = 87+96+102=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 102 - color contains mainly: blue. Hex color #576066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576066 is #A89F99. Grayscale: #5D5D5D. Windows color (decimal): -11050906 or 6709335. OLE color: 6709335.

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

Color convert

RGB8796102-
CMYK0.150.0600.6
HSL204º7.94%37.06%-
HSV(B)204º14.71%40%-
XYZ10.5111.3514.21-
YUV93.99132.52123.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=30.53%
G=33.68%
B=35.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal87961020.150.0600.62047.9437.06
Hex576066F603Ccc825
Octal1271401461760743141045
Binary10101111100000110011011111100111100110011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576066; }

 p { color: rgb(87,96,102); }

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

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

 a { background-color: rgb(87,96,102); }

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

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

 span { border-color: rgb(87,96,102); }

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