#576065

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

Shades of Fiord #576065

Tints of Fiord #576065

Color information

#576065 (or 0x576065) is unknown color: approx Fiord. HEX triplet: 57, 60 and 65. RGB value is (87,96,101). Sum of RGB (Red+Green+Blue) = 87+96+101=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: blue. Hex color #576065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576065 is #A89F9A. Grayscale: #5D5D5D. Windows color (decimal): -11050907 or 6643799. OLE color: 6643799.

HSL color Cylindrical-coordinate representation of color #576065: hue angle of 201.43º 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 #576065 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8796101-
CMYK0.140.0500.60
HSL201.43º7.45%36.86%-
HSV(B)201.43º13.86%39.61%-
XYZ10.4611.3313.95-
YUV93.88132.02123.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.63%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=30.63%
G=33.80%
B=35.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87961010.140.0500.60201.437.4536.86
Hex576065E503Cc9725
Octal127140145165074311745
Binary1010111110000011001011110101011110011001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576065; }

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

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

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

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

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

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

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

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